We no longer need to process the ops in reducers because the new handler handles that.
https://linear.app/comm/issue/ENG-7099/stop-processing-the-ops-in-master-reducers
Depends on D11367
Paths
| Differential D11368 Authored by tomek on Mar 21 2024, 8:23 AM.
Details Summary We no longer need to process the ops in reducers because the new handler handles that. https://linear.app/comm/issue/ENG-7099/stop-processing-the-ops-in-master-reducers Depends on D11367 Test Plan Check if the changes are persisted in the db - by e.g. checking if the drafts remain present after restarting the app.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMar 21 2024, 8:23 AM2024-03-21 08:23:41 (UTC-7) tomek added a child revision: D11369: [lib] Create a wrapper over dispatch.Mar 21 2024, 8:26 AM2024-03-21 08:26:19 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Mar 21 2024, 8:34 AM2024-03-21 08:34:29 (UTC-7) Harbormaster completed remote builds in B27709: Diff 38372.Mar 27 2024, 9:15 AM2024-03-27 09:15:37 (UTC-7)
This revision is now accepted and ready to land.Mar 28 2024, 3:52 AM2024-03-28 03:52:00 (UTC-7) Harbormaster completed remote builds in B27758: Diff 38436.Mar 28 2024, 5:14 AM2024-03-28 05:14:43 (UTC-7) Closed by commit rCOMM6c78d160c2b4: [native][web] Remove processing the ops from reducers (authored by tomek). · Explain WhyMar 28 2024, 8:11 AM2024-03-28 08:11:44 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38458 native/redux/redux-setup.js
web/redux/redux-setup.js
|