immutable-state-components
v0.2.1
Published
An immutable state container for React with a minimal API
Downloads
18
Maintainers
Readme
Immutable State Components for React.js Applications
A way to use external state containers for React applications with the goal of keeping the API to a minimum.
Installation
To install the stable version:
npm install immutable-state-components
Using
TODO
import { ProviderComponent, ConnectedComponent } from 'immutable-state-components'
/**
* ProviderComponent
*/
/**
* ConnectedComponent
*/
License
MIT