store icon indicating copy to clipboard operation
store copied to clipboard

Recommended approach for normalizing/denormalizing state

Open rutgervd opened this issue 6 years ago • 1 comments

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 avatar Mar 13 '18 08:03 rutgervd

@rutgervd , redux has a vast ecosystem of all kinds of tools and for normalizing data I usually use normalizr library

Vizvoxer avatar Sep 30 '18 18:09 Vizvoxer