This repository contains to-do list examples for different state management libraries.
Currently:
reactReact with useReducer and Contextreact-trackedUsing the React Tracked libraryreduxUsing Redux with hooksredux-advancedUsing Redux with connect(), combineReducers() and no hooksredux-toolkitUsing Redux Toolkit with hooksreact-sweet-stateUsing react-sweet-state
Coming soon:
- Mobx
- Recoil
- XState
In the project directory, you can run:
yarn start