0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

React-redux

Posted at
1 / 2

#なぜReduxを使うのか?
1.stateの見通しをよくするため
2.どこからでもstateを参照/変更可能にするため
3.モジュールを疎結合にするため→これにより機能Aと機能Bが影響し合わない

storeで管理してあげることで伝達による意図しない副作用を阻止することができる

#Fluxフローってなに?
1.データフロー設計の一つ
2.データが常に1方向に流れる
3.イベントが発生したらデータが変化(イベント駆動)

Flux思想をReactの状態管理に適用したライブラリ=Redux
2020/06/21

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?