Skip to content

SurakshaKumari/Redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//Working on Redux

create react app by npx creat-react-app appname install redux by npm i redux react-redux created increment and decrement buttons by html in app.js created actions folder in src and created index.js in this code of action which we want to perform

code of reducer that how we perform that action functionality of redux prform now as all reducers codes put in index.js in reducer folder

//create store in store.js

//subscribe store in index.js

//import Provider in index.js

//connect redux with react app

//call functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published