/redux-demo

A React / Redux demonstration app

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Redux Demonstration

This is a small project to demonstrate React / Redux.

To view:

  1. Clone this repository into a new project directory
  2. Run npm install
  3. Run npm start
  4. Point your browser at http://localhost:4000

Notes

The container and presentational folders contain alternative versions of some of the components that (mostly) follow the Presentational / Container paradigm described in https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0.