-
[상태관리 라이브러리] ReduxProgramming/JavaScript & TypeScript 2022. 5. 20. 15:15728x90
Redux는 단점이 많아 최근에 나온 Redux Toolkit을 더 많이 사용한다.
Redux Toolkit | Redux Toolkit
The official, opinionated, batteries-included toolset for efficient Redux development
redux-toolkit.js.org
언젠가는 다 정리하도록 해야겠다....
머리속에는 있는데 글쓰기가 귀찮다.
--------------------------------------------------------------------------------
Flux 패턴을 이용한 라이브러리
provider / store
useDispatch / dispatch
useSelector
why React?
official React
support
Application의 state를 관리한다.
One way data flow
Immutable
전역상태 관리, 단 방향 데이터 흐름, 구성요소가 있다.
'Programming > JavaScript & TypeScript' 카테고리의 다른 글
[상태관리 라이브러리] Recoil (0) 2022.05.20 [상태관리 라이브러리] Mobx (0) 2022.05.20 [데이터모킹 라이브러리] Mock Service Worker (0) 2022.05.20 [UI 라이브러리] Framer Motion (0) 2022.05.17 [UI 라이브러리] React spring (0) 2022.05.17