LoginSignup
0
0

More than 3 years have passed since last update.

Redux for beginner

Posted at

points

  • Redux has no dependency with React.
  • Action Creater returns Object.
  • Reducer change state
  • Container has role to

    • import action creater
    • provide state and dispatche with mapStateToProps
  • mapStateToProps

    • to take date form Redux and provide it to view Component

article

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0