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
Hi. Skimming through the code, looks like you've got something useful, but I can't tell exactly what this library does. Could you clarify what this library does, and maybe add a bit of documentation and examples?
The text was updated successfully, but these errors were encountered:
Hi Mark, thank you for your comment.
The main purpose of this library is to provide a convenient way to compose and reuse redux reducers, which is very difficult and awkward now.
The main idea is enabling actions with JSON path, e.g. dispatch({ type: '$.photos[0]/LIKE' }) for dispatch action to a specific reducer.
I'm planning to add document and examples in a week, so please stay tuned!
Hi. Skimming through the code, looks like you've got something useful, but I can't tell exactly what this library does. Could you clarify what this library does, and maybe add a bit of documentation and examples?
The text was updated successfully, but these errors were encountered: