JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q44631F
  • License BSD-3-Clause

An immutable state container for React with a minimal API

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

Build Status npm version

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