Page MenuHomePhabricator

[native] extract processing store operations to separate function
ClosedPublic

Authored by kamil on Apr 13 2023, 7:57 AM.
Tags
None
Referenced Files
F2907329: D7421.diff
Sun, Oct 6, 11:07 AM
Unknown Object (File)
Thu, Oct 3, 10:13 PM
Unknown Object (File)
Tue, Oct 1, 10:57 AM
Unknown Object (File)
Thu, Sep 26, 8:59 PM
Unknown Object (File)
Tue, Sep 10, 12:08 PM
Unknown Object (File)
Tue, Sep 10, 12:08 PM
Unknown Object (File)
Tue, Sep 10, 12:08 PM
Unknown Object (File)
Tue, Sep 10, 12:02 PM
Subscribers

Details

Summary

In future there will be a need to call this from more places - to be precise here.
This action can not be moved lower in file to use the same code as previously as it's only-native and should be finalized before base reducer.

Test Plan

Check if operations are processed properly

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 13 2023, 8:31 AM
native/redux/redux-utils.js
20 ↗(On Diff #25110)

I think this is a typo

This revision is now accepted and ready to land.Apr 17 2023, 6:39 AM

fix typo

native/redux/redux-utils.js
20 ↗(On Diff #25110)

yeah, thanks for catching