Closed6
Reduxのdocsを読む💪
チュートリアルを読むよ
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
てことで↓これ読む
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の根幹を学べると思うので👌
むずいので一旦shincodeさんのやつ見る
Reduxとは? => 状態管理のこと
このスクラップは2024/04/03にクローズされました