All Projects → 2muchcoffeecom → redux-xs

2muchcoffeecom / redux-xs

Licence: other
Redux-XS is a state management library for React.js

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].