posts/08-react-optimize-with-memoization #18
Replies: 2 comments 2 replies
-
예전에 많은 하위 컴포넌트를 가지는 부모 컴포넌트의 state가 바뀌면 엄청난 리렌더링이 생기며 멈추는 문제가 있었는데 같은 방법으로 해결했었던 생각이 납니다. 유용한 포스트네요! |
Beta Was this translation helpful? Give feedback.
1 reply
-
아니 프로젝트가 안보여요 똑바로좀 하세요 ;; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
posts/08-react-optimize-with-memoization
React의 렌더링 구조를 이해하고, 불필요한 리렌더링을 방지하는 다양한 최적화 기법들을 정리했습니다.
https://yunseok.vercel.app/posts/08-react-optimize-with-memoization
Beta Was this translation helpful? Give feedback.
All reactions