Package Exports
- immutable-state-components
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (immutable-state-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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