Change the repository type filter
All
Repositories list
7 repositories
.github
Public- A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createAction' and 'createReducer' methods from the redux library.
- A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createSlice' method from the redux library.
- A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createSlice' method from the redux library. Also uses createAsyncThunks for a delayed effect for UI Updates
- A classic CRA Typescript Counter App that uses React Context API to help manage state between react components. Uses react testing library for unit tests as well.
- A classic CRA Typescript Counter App built with React Redux (not Redux Toolkit). Includes Action Creators, Reducers, Selectors, useDispatch and useSelector Redux Hooks.
- A classic CRA Typescript Counter App built with React Redux (not Redux Toolkit). Includes Action Creators, Reducers, MapStateToProps, MapDispatchToProps, Redux Connect API