You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are preparing to slowly and incrementally migrate our project from an existing TCA to the reducer protocol style. The migration guide shows how to start from the leaf node then move to a higher reducer then reach the root.
Since we have a great number of reducers, we try to find a way to update those reducers faster than starting from the leaf node one by one. For example, there is a parentAReducer combined with childBReducer, childCReducer and childDReducer. The childBReducer has migrated to the new reducer protocol style. Is there a way to migrate parentAReducer first to the reducer protocol style, then update childCReducer and childDReducer?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are preparing to slowly and incrementally migrate our project from an existing TCA to the reducer protocol style. The migration guide shows how to start from the leaf node then move to a higher reducer then reach the root.
Since we have a great number of reducers, we try to find a way to update those reducers faster than starting from the leaf node one by one. For example, there is a
parentAReducer
combined withchildBReducer
,childCReducer
andchildDReducer
. ThechildBReducer
has migrated to the new reducer protocol style. Is there a way to migrateparentAReducer
first to the reducer protocol style, then updatechildCReducer
andchildDReducer
?In this case, is that possible to migrate
ParentA
without migratingchildC
andchildD
?Beta Was this translation helpful? Give feedback.
All reactions