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
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:36 AM
Unknown Object (File)
Sun, Oct 27, 2:34 AM
Unknown Object (File)
Oct 23 2024, 6:01 AM
Unknown Object (File)
Oct 21 2024, 9:47 AM
Unknown Object (File)
Oct 6 2024, 1:31 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
Branch
land-rp
Lint
No Lint Coverage
Unit
No Test Coverage

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