Skip to content

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.

Notifications You must be signed in to change notification settings

davidjnelson/diy-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published