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
cd
to the folder - Install dependencies
npm i
- Start application:
npm start
- First fetch the
redux-original-old-way
and checkout into the branch:- Run
git fetch origin redux-original-old-way
andgit 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 👍