Skip to content

KashanMehmood/React-Router-v4-with-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux

  1. By default state are component specific a. you can pass state in parent-child relationship but we can not use state which have not any parent-child relation.

    b. Here we use redux, in redux we store all state in one place called "store".

  2. a. npm install redux react-redux b. npm install --save react-router-redux c. npm i --save redux-logger d. npm install --save redux-thunk

  3. https://www.freecodecamp.org/news/how-to-use-redux-in-reactjs-with-real-life-examples-687ab4441b85/

  4. http://jamesknelson.com/can-i-dispatch-multiple-actions-from-redux-action-creators/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published