We 'manually' transform the data: Database <-> Store <-> Reducer -> View Using a library like [reselect](https://github.com/reactjs/reselect) normalizing and denormalizing the data would make our life easier.
We 'manually' transform the data:
Database <-> Store <-> Reducer -> View
Using a library like reselect normalizing and denormalizing the data would make our life easier.