Skip to content

ipol2n/hello-redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-redux

A repository used in react/redux training bootcamp. It shows how to use redux with react.

This repos extends hello-react which uses internal state to make a counter.

Step by step

  • npm install - Install dependency
  • git checkout 1-create-addcounter-acton
  • git checkout 2-create-counter-reducer
  • git checkout 3-create-root-reducer
  • git checkout 4-remove-internal-state
  • git checkout 5-change-to-functional-stateless-component
  • git checkout 6-simplify-component
  • git checkout 7-map-state-to-props
  • git checkout 8-map-dispatch-to-props
  • git checkout 9-pass-store-with-provider
  • git checkout 10-enable-hot-reload
  • git checkout 11-enable-redux-devtools and install Redux DevTools Chrome extension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • HTML 14.6%
  • CSS 2.8%