-
전역 state 관리
-
비동기 로직 관리
-
- reducer, actions
- store
- subscribe, dispatch
-
- createItemsLogic
- createItemsLogic(custom), createReducer(custom), mergeReducers(custom)
- combineReducer
- combineReducer(redux) vs mergeReducers(custom)
- createItemsLogic
-
- todo
- createAction(toolkit), createReducer(toolkit), configureStore(toolkit)
- createSlice(toolkit)
- without-react-redux
- subscribe, unsubscribe
- with-react-redux
- connect
- mapStateToProps, mapDispatchToProps, Defining mapDispatchToProps As Object Type
- connect
- Hooks
- redux Hooks
- todo
-
- without-reselect
- with-reselect
- when calculate in mapStateToProps, memoization
- with-reselect-props
- when create Instance to common Component for select function occur bug, sol. closure Function(memoization)
-
- createReduxThunk, loading-Reducer
-
- 페이지 네이션 기법 참고