언젠간 진화하겠지!

230804 본문

나의 일기

230804

sweeee 2023. 8. 4. 22:46

오늘은 리액트의 상태관리에 대해 읽어보았다.

상태를 총 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

 

'나의 일기' 카테고리의 다른 글

230825  (1) 2023.08.25
230816  (0) 2023.08.16
230801  (0) 2023.08.01
230623  (0) 2023.06.23
230526  (0) 2023.05.26
Comments