Skip to content

lingar-poc/basic-redux-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-redux-example

A basic redux-app example

* Look at the branches to see steps of the process.

You can clone and run it with npm start and see some info.

//Todo - add some important notes.

For add redux:

If you clone the final version of the project, you only need to run npm i. If you want to add by hand:

npm install -s @reduxjs/toolkit
npm install -s redux
npm install -s react-redux

And wrapping the App at index.js with proper provider.

About

A basic redux-app example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published