briebug / ngrx-auto-entity

NgRx Auto-Entity: Simplifying Reactive State
https://briebug.gitbook.io/ngrx-auto-entity/
Other
66 stars 12 forks source link

feat: efficient internal state structure #216

Closed jrista closed 2 years ago

jrista commented 2 years ago
* Refactored entity state to nest related data in child objects
* Updated all selectors to support new state structure
* Refactored entity reducer to support new state structure
* Decomposed monolithic reducer into multiple reducers for each set of actions

NAE-111