-
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
[박상범] 챕터 5: 최신 자바스크립트 문법과 기능 #33
The head ref may contain hidden characters: "\uCC55\uD1305/\uBC15\uC0C1\uBC94"
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.
좋은 의견 감사합니다 상범님~!
> 이건 여담인데 lazy hydration 해보신분 있으신가요? | ||
> react18에서 나온 selective hydration이랑은 다른거라 생각하는데 lazy hydration에 대해 어떻게들 생각하시는지 의견 궁금합니다.. | ||
전 드라마틱한 개선 이점이 있다고는 생각 안하지만 적용하면 좋을거라고 생각함다 | ||
> [관련 블로그](https://helloinyong.tistory.com/323) |
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.
우와우 요것은 처음 배워가네요 , , 옛날엔 이렇게 처리했군요!
저도 상범님 의견과 동일하며 예전엔 server-component 개념이 없었기에 현재는 server-component를 통해 해결할 수 있는 문제긴 하네요! (pages는 아쉽네욥)
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.
공유해주신 링크에서 말하는 것처럼 흑마법같긴 하네요 ㅋㅋㅋㅋ
좀 더 높은 추상화를 제공하는 라이브러리도 있네요 🤔
https://github.com/thanhlmm/next-lazy-hydrate
import {cakeFactory} from "https://example.com/modules/cakeFactory.mjs"; | ||
``` | ||
|
||
> 리액트는 webpack을 통해서 번들링 되고, 로컬 파일 시스템이나 node_modules 디렉토리에 있는 모듈을 참조하도록 설계되어 있어서 안 됨. 사실 리액트 아니여도 이렇게 안쓰지 않나 🤔 |
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.
deno 런타임에서의 동작이나 https://esm.sh/에선 외부 소스로부터 저렇게 가져오긴 하더라구요!
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.
고생하씀다 👍 👍
> 이건 여담인데 lazy hydration 해보신분 있으신가요? | ||
> react18에서 나온 selective hydration이랑은 다른거라 생각하는데 lazy hydration에 대해 어떻게들 생각하시는지 의견 궁금합니다.. | ||
전 드라마틱한 개선 이점이 있다고는 생각 안하지만 적용하면 좋을거라고 생각함다 | ||
> [관련 블로그](https://helloinyong.tistory.com/323) |
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.
공유해주신 링크에서 말하는 것처럼 흑마법같긴 하네요 ㅋㅋㅋㅋ
좀 더 높은 추상화를 제공하는 라이브러리도 있네요 🤔
https://github.com/thanhlmm/next-lazy-hydrate
No description provided.