Skip to content

gibaek-lee/reactWithRedux_counterExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux practice(Color Changing Counter)

Counter with color changing. Redux applied to React.

Functions

  • 생성 button: Add one more counter at the end of the 'counter states management array'
  • 제거 button: Remove last counter of the 'counter states management array'
  • left click: increase count
  • right click: decrease count
  • left double click: change color

Structure(UML diagram like)


mono-counter structure. react-redux applied.


multi-counter structure. react-redux applied.

Reference

About

Redux applied to react, with counter program example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published