sohaibfarooqi / redux-todos

Redux basic example from Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux Todos

This project is Sample Application from Redux docs. It covers basic redux concepts like reducer functions, action creators, components and containers. Though it is a small application, but really nice point to start working with redux together with react. It currently uses webpack to run in browser.

Installation and Running

  • git clone https://github.com/sohaibfarooqi/redux-todos.git
  • npm install
  • npm run build
  • npm run dev

Then browse to http://localhost:8080 to see the example todo-app.

About

Redux basic example from Docs


Languages

Language:JavaScript 95.1%Language:HTML 4.9%