New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

immutable-state-components

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-state-components

An immutable state container for React with a minimal API

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

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

Keywords

React

FAQs

Package last updated on 24 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts