-
Working with normalized state in Redux applications
In pre-Redux, pre-immutable front-end world there was mostly no need to have a normalized application state. Building your application state structure was simple - you would just use multiple models which refer each other. Then one model instance can be easily referred by multiple other models and each model can be updated individually without affecting the rest of the application state.
...Read more
subscribe via RSS