flysky66 / simplest-redux-example

Simplest redux + react example for beginners like me

Home Page:http://jackielii.github.io/simplest-redux-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-standard-style

For beginners like me to learn the concepts in Redux

Can it be simpler? send a pull request

To run this example:

  1. Download this repo or git clone https://github.com/jackielii/simplest-redux-example.git
  2. From the repo folder run:
    npm install
  3. npm start
  4. open http://localhost:8000/ in the browser

And also head over to http://redux.js.org/ for some great documentation.

There is also a webpack and an ES5 example.

About

Simplest redux + react example for beginners like me

http://jackielii.github.io/simplest-redux-example/


Languages

Language:JavaScript 88.2%Language:HTML 11.8%