store
store copied to clipboard
Recommended approach for normalizing/denormalizing state
This is a...
- [ ] usage question
Question:
I have started a new project with angular-redux and I really like the setup, all is working well. However, the complexity will grow soon and I'm concerned with the store state will become too deep, arrays within arrays - you know the drill.
Best solution seems to be to normalize the state (ngrx/entity functionality), however I can not find a solution for this with angular-redux, is there a recommended approach?
Thanks for all the hard work!
@rutgervd , redux has a vast ecosystem of all kinds of tools and for normalizing data I usually use normalizr library