1.0.8 • Published 8 years ago

feathers-react-helpers v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago