redux-toolkit-example
redux-toolkit-example copied to clipboard
Redux Toolkit Example
This app was created to showcase Redux Toolkit at React Online Meetup.
Slide
How to use this App
The master branch is site with Redux & Exercise. You can try the exercise on CodeSandbox
The answer branch is the solution to the checkbox exercise.
The base branch is the site without ay of the Redux functionality. Try recreating the redux functionality on CodeSandbox
How to run this App
- Install
git - Install
node version 12.18andnpm - Clone the git repo
git clone https://github.com/DevTGhosh/redux-toolkit-example - Run
npm installto download the necessary node modules - Run
npm run start - View the App in your browser at
localhost:3000