Closed syunto07ka closed 4 years ago
用法用量お守りください、ってな(ちがうな)
時と場合によって適してるときとてきしてないときあるから、誰かが使えって言ったから使うってことはやめとけよー、みたいなかな。 それがしりたいから一回ちゃんとやる、という整理
You can use subscribe() to update the UI in response to state changes. Normally you'd use a view binding library (e.g. React Redux) rather than subscribe() directly.
subscribe()はstateチェンジに応じてUIをアップデートするための関数、なのかね?(あ、呼べばUI変わるってやつか。UIに変更かけてるやつってこいつなのか)
This architecture might seem like an overkill for a counter app, but the beauty of this pattern is how well it scales to large and complex apps. It also enables very powerful developer tools, because it is possible to trace every mutation to the action that caused it. You can record user sessions and reproduce them just by replaying every action.
開発者ツール使ってアクションのデバッグができる、のかな?
https://redux.js.org/introduction/three-principles
ここ大事やね。これをちゃんと理解して使わないと訳解んない開発しそうになりそう
fluxの文献もちゃーんとみておこう
コードと一緒に見ていくとよさげさそう
今今では導入を行わない。 reduxが必要になったときに再度issueを立てて、導入を検討する。
参考にする(した)ドキュメント