Open
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request contains study notes for week 8, covering chapters 11, 12, and 13 of a React book. The PR author has documented their learning about Next.js App Router and web application performance improvements, with a focus on exploring the Chrome developer tools' performance tab.
Changes:
- Added chapter 11 notes covering Next.js 13 and React 18, including app directory routing, React Server Components, and server actions
- Added chapter 12 notes covering Core Web Vitals (LCP, FID, CLS) and their importance for web performance
- Added chapter 13 notes covering various methods to measure web performance using tools like Lighthouse, WebPageTest, and Chrome DevTools
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| 신승헌/11. Next.js 13과 리액트 18/README.md | Comprehensive notes on Next.js 13's major changes including app router, React Server Components, server actions, and Turbopack |
| 신승헌/12. 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표/README.md | Study notes on Core Web Vitals (LCP, FID, CLS) with definitions, meanings, and improvement strategies |
| 신승헌/13. 웹페이지의 성능을 측정하는 다양한 방법/README.md | Detailed documentation of performance measurement tools and techniques including Lighthouse, WebPageTest, and Chrome DevTools |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Next.js의 앱라우터와 웹애플리케이션 성능개선에 대해서 알아볼 수 있었습니다.
성능 개선 부분은 매번 하고 싶지만 적극적으로 해보지 못했는데,
이번 기회에 성능탭도 열어보고 자세히 살펴보면서 개발자 도구와 조금 친숙해지는 시간을 가지려고 노력해보았습니다..ㅎㅎ