Skip to content

curtisblanchette/react-redux-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Toolkit Demo

This project was bootstrapped with Create React App.

Introduction

This project consists of 3 branches:

  • use-state-hook
  • react-redux
  • redux-toolkit

Each branch has a separate implementation of a simple Counter component
using 3 different methods of managing state within a React application.

Explore each branch independently to understand the differences in implementation.

Sources

https://react.dev/reference/react/useState

https://react-redux.js.org/

https://redux-toolkit.js.org

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

npm run build

Builds the app for production to the build folder.

About

Differences between @reduxjs and @reduxjs/toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published