Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 229 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 229 Bytes

Redux example: a simple counter

This project is for teach react redux only.

Learning Point:

  • Basic idea of Redux.
  • setup redux environment.
  • use redux with useDispatch() and useSelector() in component.