restful-r
Restful Reducers
Install
npm install --save restful-r
Usage
import React, { Component } from 'react'
import MyComponent from 'restful-r'
import 'restful-r/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © arbershabani97