-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[김동규] 11장: Next.js 13과 리액트 18 #82
The head ref may contain hidden characters: "11\uC7A5/\uAE40\uB3D9\uADDC"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 고생하셨습니다 👍
```생각 & 의견 | ||
저는 써보지는 않았지만 고차컴포넌트를 이용한 레이아웃등을 많이 사용하는 케이스를 보았는데, App 디렉토리 안쓰시는 분들은 어떻게 사용하고 있으신가요? | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 고차컴포넌트로도 해봤고, _app에서 페이지마다 다르게 렌더링하게
두 방법으로 해봤는데 ... 후자가 편하긴 하더라구요
개발자가 알아야 될 게 줄어드는 느낌이랄까나요 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고차 컴포넌트로 할 생각을 못 했었네요,,!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getLayout = getLayoutxxx 이런 고차컴포넌트 썻던것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!!
```생각 & 의견 | ||
저는 써보지는 않았지만 고차컴포넌트를 이용한 레이아웃등을 많이 사용하는 케이스를 보았는데, App 디렉토리 안쓰시는 분들은 어떻게 사용하고 있으신가요? | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고차 컴포넌트로 할 생각을 못 했었네요,,!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🚀