1.0.8 • Published 9 years ago

feathers-react-helpers v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Feathers-react-helpers

A small library that provides helpers to connect components to the feathers client app. WORK IN PROGRESS

Installation

npm install --save feathers-react-helpers

Usage

const FeathersConnector = require('feathers-react-helpers').FeathersConnector;
                             OR
import { FeathersConnector } from 'feathers-react-helpers';

const app = feathers()
  .configure(...)
  ...
  ...

render(
  <Provider store={store}>
    <FeathersConnector feathers={app}>
      ...
    </FeathersConnector>
  </Provider>,
  document.getElementById('app')
);
1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago