List of examples
- Simple Image Search Without Redux: https://reduxbook.com/image-search-simple
- Simple Image Search With Redux: https://reduxbook.com/image-search-redux
- Reliability Demo: https://reduxbook.com/honey-badger
- Derived Mortgage Calculator: https://reduxbook.com/mortgage
- Minimal Routing Demo: https://reduxbook.com/minimal-routing
- Demo of Selector Memoization: https://reduxbook.com/selectors
- Example App built with
redux-bundler
: https://reduxbook.com/bundler - Example
redux-bundler
App Running in a Web Worker: https://reduxbook.com/bundler-worker
List of libraries referenced
- Redux: https://redux.js.org/
- Reselect: https://github.com/reactjs/reselect
- React: https://reactjs.org/
- Preact (the 3kb alternative): https://preactjs.com/
- Create-Selector: https://github.com/HenrikJoreteg/create-selector
- MoneyClip: https://github.com/HenrikJoreteg/money-clip
- Redux-Saga: https://redux-saga.js.org/
- Redux-Loop: https://redux-loop.js.org/
- Redux-Bundler: https://github.com/HenrikJoreteg/redux-bundler