/react-redux-toolkit-typescript-example

A simple yet comprehensive example on how to use redux-toolkit with typescript

Primary LanguageTypeScript

A Redux toolkit example in typescript

How Redux toolkit is going to speed up your development processes and decrease code boilerplate.

Checkout the desired branch

  • redux-vanilla : this branch contains redux vanilla code.
  • redux-toolkit : this branch contains redux toolkit code.

Run the project

In the project directory, you can run:

npm install

Install all dependencies needed for the project to run correctly.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Learn More

This project was bootstrapped with Create React App.