feathers-react-redux
v0.5.0
Published
Feathers React Redux =========================
Downloads
3
Readme
Feathers React Redux
Unofficial Feathers bindings for React-Redux.
Overview
React-Redux is great. Feathers is fantastic. feathers-react-redux aims to tie these two together.
Features
- Redux stores mirror feathers services through reducers.
- Dispatched actions are consistently named and follow proper Flux Standard Action conventions.
- React Components define what they need, whether it be an initial client side load, initial server side load, or keeping up to date with feathers events.
Installation
npm install --save feathers-react-redux
This assumes that you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules.