-
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장: 리액트와 상태 관리 라이브러리 #29
The head ref may contain hidden characters: "5\uC7A5/\uC624\uD61C\uC131"
Conversation
hyesungoh
commented
Dec 20, 2023
멈춰.... |
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.
고생하셨어요!
``` | ||
하나의 이슈에 대해 여러가지 해결책이 나온다는 것은 그만큼 이 분야가 건강하게 성장하고 있다는 증거이기도 하다 | ||
``` |
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.
👍🏿👍🏿
+ Recoil과는 다르게, 컴포넌트 루트 레벨에서 Context가 존재하지 않아도 됨 | ||
- Context가 없다면 Provider가 없는 형태로 기본 스토어를 루트에 생성하고 이를 활용해 값을 저장하기 때문 | ||
+ store에 atom 객체 그 자체를 키로 활용해 값을 저장 `WeakMap` | ||
- 🤘 framer motion에서는 성능을 위해 해당 자료형을 사용 |
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.
👍👍👍👍👍👍👍👍👍👍
|
||
``` | ||
- https://react-ko.dev/reference/react/useSyncExternalStore | ||
- https://junghyeonsu.com/posts/react-use-sync-external-store/ |
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.
👍👍👍
+ 메타 팀에서 주도적으로 개발하고 있기 때문에 다른 라이브러리보다 잘 지원할 것으로 기대됨 | ||
|
||
``` | ||
axios도 드디어 1.0.0을 릴리스 |
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.