/react-stateline

A lightweight Rx-based state-management library for self-contained modules in React.

Primary LanguageTypeScript

react-statelines

A lightweight Rx-based state-management library for self-contained modules in React.

NPM JavaScript Style Guide

Install

npm install --save react-statelines

Usage

import * as React from 'react'

import MyComponent from 'react-statelines'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © nrwinner