HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🗂️
React, Hook 들어오네!?
/
😊
회의록
/
💌
Hook을 사용하는 이유(우승미, 조민지, 서정연)
/
lifecycle

lifecycle

 
notion image
 
notion image
 
 
 
 
Using react context to manage state (including TypeScript)
When react rewrote their context API back in summer 2018, it brought with it an accessible API for general react developers. Before the rewrite, the react context was considered an API for plugin development only. Fortunately this is no longer the case, and when coupled with react hooks they give us an entry level solution for state management.
Using react context to manage state (including TypeScript)
https://www.g33kchris.net/blog/using-react-context-to-manage-state
Using react context to manage state (including TypeScript)
 
 
안 좋은 예(props drilling)
notion image
좋은 상태 관리 예시
notion image