오늘은 리액트의 상태관리에 대해 읽어보았다.
상태를 총 5가지의 상태로 분리하고, 설명해주는 글이었는데,
그 중 global state를 지양해야 성능 측면에서도 좋다는 내용이있었다.
정확하게 이해했는지는 모르겠지만... 다시 읽어보긴 해야할 것 같다. 원어민이 아니여서 그런지, 무슨말을 하려는지는 알겠는데 잘 설명이 되진않는다(잘 이해안됐나봄). 쨋든 나는 어떻게 상태를 관리했는지 다시한번 돌아보게 되는 글이었다.
https://reacthandbook.dev/state-management
State Management in React Applications - React Handbook
Build As You GoBest for greenfield projects, POCs, and apps with unknown scope/complexity on the frontend when starting.
reacthandbook.dev
https://jamesknelson.com/5-types-react-application-state/
The 5 Types Of React Application State
When I started writing React apps, structuring my application's state was a constant struggle. But then I learned how to split that state into five types.
jamesknelson.com