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)
Tue, Jul 2, 11:49 PM
Unknown Object (File)
Fri, Jun 28, 3:15 PM
Unknown Object (File)
Wed, Jun 26, 6:27 PM
Unknown Object (File)
Wed, Jun 26, 5:48 AM
Unknown Object (File)
Mon, Jun 24, 4:15 PM
Unknown Object (File)
May 9 2024, 3:00 AM
Unknown Object (File)
Apr 28 2024, 12:57 PM
Unknown Object (File)
Apr 28 2024, 12:57 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