redux-toolkit-example icon indicating copy to clipboard operation
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.18 and npm
  • Clone the git repo git clone https://github.com/DevTGhosh/redux-toolkit-example
  • Run npm install to download the necessary node modules
  • Run npm run start
  • View the App in your browser at localhost:3000