chrisdavies / reduxr

Reduxr is a set of packages designed to reduce Redux boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduxr

The reduxr libraries are little utilities to help streamline Redux applications.

Packages

Example application

Look at examples/todos for a demonstration of reduxr. The todos example is taken directly from the redux repo.

Here is a diff showing the todos example before and after reduxr was integrated.

Run the example as follows:

git clone git@github.com:chrisdavies/reduxr.git

cd reduxr/examples/todos
npm install
npm start

open http://localhost:3000/

Licence

MIT

About

Reduxr is a set of packages designed to reduce Redux boilerplate