A simple react To-Do App using React Tool Kit (RKT) and Typescript.
The master or redux-toolkit-way branches demonstrates the React Tool Kit usages, replacing the old way,
whereas redux-original-old-way branch demonstrates the traditional way of using Redux.
- Clone the repository and
cdto the folder - Install dependencies
npm i - Start application:
npm start
- First fetch the
redux-original-old-wayand checkout into the branch:- Run
git fetch origin redux-original-old-wayandgit checkout redux-original-old-way
- Run
- Sadly you have to install the dependencies again, so run:
npm i - Start application:
npm start
Thanks to @angle943 👍
