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?
Currently there is no nested state for the reducer functions/methods, like the
createReducerfunction 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?