Redux에 대해서 수업을 듣고 정리한 레퍼지토리입니다. 아래는 제가 정리한 강의 노트입니다!
- 0 just setting
- 1 vanilla counter
- 1.1 Store and Reducer
- 1.2 action
- 1.3 subscription
- 2.0 Vanilla ToDO
- 2.1 Never Mutate!!!
- 2.2(2.3) Delete To Do
- 3.0 setup
- 3.1 Connecting the Store
- 3.2 mapStateToProps
- 3.3 mapDispatchToProps
- 3.4 Deleting To Do (+ ownProps?)
- 3.5 Detail Screen
- 4.0(4.1) redux toolkit + createAction
- 4.2 createReducer
- 4.3 configureStore
- 4.4 createSlice
- Redux란 무엇인가 (VS Flux, Redux만 있는 장점)
- Redux의 구성요소와 3원칙