redux-xs

npm install --save redux-xs

Usage no npm install needed!

<script type="module">
  import reduxXs from 'https://cdn.skypack.dev/redux-xs';
</script>

README

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