react-instant-feathers
v0.1.0
Published
Psudeo-synchronous (i.e. agressively cached) FeathersJS API calls for React + Redux apps.
Downloads
1
Readme
react-instant-api
Psudeo-synchronous (i.e. agressively cached) API calls for React + Redux apps.
Install
npm install --save react-instant-api
Usage
import React, { Component } from 'react'
import MyComponent from 'react-instant-api'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
ISC © powerofm