Closed6
Reduxのdocsを読む💪
![ゆーせい](https://res.cloudinary.com/zenn/image/fetch/s--oIauRbXx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/28ad36aff3.jpeg)
チュートリアルを読むよ
![ゆーせい](https://res.cloudinary.com/zenn/image/fetch/s--oIauRbXx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/28ad36aff3.jpeg)
PREREQUISITES
- Familiarity with ES6 syntax and features
- Knowledge of React terminology: JSX, State, Function,Components, >Props, and Hooks
- Understanding of Redux terms and concepts
必要知識が足りてない気がする
特にこれ↓
Understanding of Redux terms and concepts
![ゆーせい](https://res.cloudinary.com/zenn/image/fetch/s--oIauRbXx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/28ad36aff3.jpeg)
てことで↓これ読む
![ゆーせい](https://res.cloudinary.com/zenn/image/fetch/s--oIauRbXx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/28ad36aff3.jpeg)
Note that this tutorial intentionally shows older-style Redux logic patterns that require more code than the "modern Redux" patterns with Redux Toolkit we teach as the right approach for building apps with Redux today, in order to explain the principles and concepts behind Redux. It's not meant to be a production-ready project.
あえて苦しんで学ぶことでreduxの根幹を学べると思うので👌
![ゆーせい](https://res.cloudinary.com/zenn/image/fetch/s--oIauRbXx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/28ad36aff3.jpeg)
むずいので一旦shincodeさんのやつ見る
![ゆーせい](https://res.cloudinary.com/zenn/image/fetch/s--oIauRbXx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_70/https://storage.googleapis.com/zenn-user-upload/avatar/28ad36aff3.jpeg)
Reduxとは? => 状態管理のこと
このスクラップは2024/04/03にクローズされました