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