Skip to content

This Repository Contains the Demo Application for Modern React Redux with Redux toolkit

Notifications You must be signed in to change notification settings

ganeshmani/modern-react-redux-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern React Redux Tutorial with Redux toolkit

This Repo demostrates the Modern React Redux application development with Redux toolkit.

Using Create React App
npx create-react-app my-app --template redux
An Existing App
# NPM
npm install @reduxjs/toolkit

# Yarn
yarn add @reduxjs/toolkit
To Run this App
npm install

npm run start

About

This Repository Contains the Demo Application for Modern React Redux with Redux toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published