Skip to content
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

Merged
merged 2 commits into from
Oct 27, 2024

Conversation

sangbooom
Copy link
Contributor

No description provided.

Copy link
Member

@Seojunhwan Seojunhwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋은 의견 감사합니다 상범님~!

Comment on lines +20 to +23
> 이건 여담인데 lazy hydration 해보신분 있으신가요?
> react18에서 나온 selective hydration이랑은 다른거라 생각하는데 lazy hydration에 대해 어떻게들 생각하시는지 의견 궁금합니다..
전 드라마틱한 개선 이점이 있다고는 생각 안하지만 적용하면 좋을거라고 생각함다
> [관련 블로그](https://helloinyong.tistory.com/323)
Copy link
Member

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는 아쉽네욥)

Copy link
Member

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 디렉토리에 있는 모듈을 참조하도록 설계되어 있어서 안 됨. 사실 리액트 아니여도 이렇게 안쓰지 않나 🤔
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deno 런타임에서의 동작이나 https://esm.sh/에선 외부 소스로부터 저렇게 가져오긴 하더라구요!

Copy link
Member

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하씀다 👍 👍

Comment on lines +20 to +23
> 이건 여담인데 lazy hydration 해보신분 있으신가요?
> react18에서 나온 selective hydration이랑은 다른거라 생각하는데 lazy hydration에 대해 어떻게들 생각하시는지 의견 궁금합니다..
전 드라마틱한 개선 이점이 있다고는 생각 안하지만 적용하면 좋을거라고 생각함다
> [관련 블로그](https://helloinyong.tistory.com/323)
Copy link
Member

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

@sangbooom sangbooom merged commit 94b6060 into main Oct 27, 2024
1 check passed
@sangbooom sangbooom deleted the 챕터5/박상범 branch October 27, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants