pages-redux

0.3.1 • Public • Published

pages-redux build status

The declarative pages architecture for building web UI working with redux.

Documentation

To create a page reducer:

import {createPageReducer} from 'pages-redux';
let reducer = createPageReducer(yourInitialState);

To create an normal page update action:

 import {createSetPagePropsAction} from 'pages-redux';
 let action = createSetPagePropsAction(['home-page', 'camera-page'], {flash: true});

Installation

npm install pages-redux

Package Sidebar

Install

npm i pages-redux

Weekly Downloads

0

Version

0.3.1

License

MIT

Last publish

Collaborators

  • cheunghy