1.0.0-alpha.8 • Published 5 years ago

redux-xs v1.0.0-alpha.8

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

redux-xs

NPM JavaScript Style Guide

Install

npm install --save redux-xs

Usage

import * as React from 'react'

import MyComponent from 'redux-xs'

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

License

MIT © logvinoleg89