react-instant-feathers

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

Usage no npm install needed!

<script type="module">
  import reactInstantFeathers from 'https://cdn.skypack.dev/react-instant-feathers';
</script>

README

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