/diy-react-redux

A project which shows how to integrate redux into react without using any third party react components by using a higher order function. Application uses redux middleware to persist state, reselect and shouldcomponentupdate for performance, seamless immutable, flow types and unit tests to prevent bugs and ease refactoring.

Primary LanguageJavaScript

Project

This has been tested in 1900x1200 resolution in Chrome on OSX. It's recommended to use 1900x1200 resolution in Chrome on OSX when the application is used.

Run The Demo

  • clone the repo: git clone https://github.com/zapier-interviews/interview-davidjnelson-45ab61cc87944da4abc857c9067b9678.git project
  • cd project
  • Install Homebrew
  • Install Yarn
  • yarn && yarn start

Run The Tests

  • yarn test

Run The Build

  • yarn build