This repo contains the example code shown at the Normalizing Redux talk, as well as some supporting links about the content of the talk
- Clone repo with
git clone https://github.com/vintasoftware/normalizr-redux-talk
- Install dependencies with
npm install
- Run json-server with
npm run db
- Run react dev server with
npm run start
- [Dan Abramov] Redux: Normalizing API Responses with normalizr
- [BrieBug] Modeling Redux State - Presented at AngularMix 2017
- [Michel Weststrate] Immer, Immutability and the Wonderful World of Proxies