0.1.0 • Published 4 years ago

react-instant-feathers v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

react-instant-api

Psudeo-synchronous (i.e. agressively cached) API calls for React + Redux apps.

NPM JavaScript Style Guide

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