keithb418 / scrum-team-app

Apache License 2.0
3 stars 5 forks source link

Normalize state shape (redux store) if necessary #63

Closed asc2683 closed 6 years ago

asc2683 commented 7 years ago

See: https://redux.js.org/docs/recipes/reducers/NormalizingStateShape.html https://www.robinwieruch.de/tips-to-learn-react-redux/#flatState

Normalizr https://github.com/paularmstrong/normalizr https://tonyhb.gitbooks.io/redux-without-profanity/content/normalizer.html

asc2683 commented 7 years ago

Flatten nested data that's returned from the API. Consider using Normalizr library.