statex
statex copied to clipboard
Nested State Replacement
Currently there is no nested state for the reducer functions/methods, like the createReducer function in Redux Framework. Updating a single subpath in action methods can be tedious and prone to errors especially in case of state structure refactors. Is there a plan for a nested state support?
@berserk81, agree. Working on a solution. I will make it available soon.