1.0.8 • Published 10 years ago

feathers-react-helpers v1.0.8

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

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago