syunto07ka / jewelry_box

2 stars 0 forks source link

redux導入 #5

Closed syunto07ka closed 4 years ago

syunto07ka commented 4 years ago

参考にする(した)ドキュメント

syunto07ka commented 4 years ago

用法用量お守りください、ってな(ちがうな)

スクリーンショット 2020-03-21 1 45 41

時と場合によって適してるときとてきしてないときあるから、誰かが使えって言ったから使うってことはやめとけよー、みたいなかな。 それがしりたいから一回ちゃんとやる、という整理

syunto07ka commented 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に変更かけてるやつってこいつなのか)

syunto07ka commented 4 years ago

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.

開発者ツール使ってアクションのデバッグができる、のかな?

syunto07ka commented 4 years ago

https://redux.js.org/introduction/three-principles

ここ大事やね。これをちゃんと理解して使わないと訳解んない開発しそうになりそう

syunto07ka commented 4 years ago

fluxの文献もちゃーんとみておこう

syunto07ka commented 4 years ago

Eco System(要はReduxの機能かな)

コードと一緒に見ていくとよさげさそう

syunto07ka commented 4 years ago

今今では導入を行わない。 reduxが必要になったときに再度issueを立てて、導入を検討する。