state-components
v0.3.13
Published
A state container for React with a minimal API
Downloads
27
Maintainers
Readme
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 state-components
Using
TODO
import { ProviderComponent, ConnectedComponent } from 'state-components'
/**
* ProviderComponent
*/
/**
* ConnectedComponent
*/
License
MIT