LoginSignup
0
1

More than 3 years have passed since last update.

redux hooks

Posted at

reduxが簡単になった見たい

  • orverview

    • dispatch an action to the store
    • which may or may not change the state via reducers
    • access that state with a selector
    • and changes will automatically re-render your app

変わった点

  • useSelector  これでstateを持ってきやすく

メモ

  • reducer

return{...state, count: state.count +1}

記事

0
1
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
1