エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
RFC: waitFor() equivalent in combineReducers() using generators · Issue #1315 · reduxjs/redux
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
RFC: waitFor() equivalent in combineReducers() using generators · Issue #1315 · reduxjs/redux
I know I’ve said many times that waitFor() is an anti-pattern and I still think that for most app... I know I’ve said many times that waitFor() is an anti-pattern and I still think that for most apps that is true. However some apps with complex data calculations have to either: (1) Create complex memoized selector hierarchies from normalized data (2) Pass data around from parent to child reducers in specific order and add extra arguments to reducers Both are legitimate ways to solve the problem.
2016/02/03 リンク