refraction-react

React bindings for Refraction


Keywords
react, connect, provider, refraction, container
License
MIT
Install
npm install refraction-react@1.1.1

Documentation

Refraction React

Build Status npm version npm downloads Coverage Status

React bindings for refraction

Official React bindigs for Refraction. Subscribe, unsubscribe and publish to refraction automatically without doing it manually every time, small and performant!

Installation

You can install Refraction React using npm:

npm install --save refraction-react

If you aren't using npm in your project, you can include RefractionReact using UMD build in the dist folder with <script> tag.

Usage

You can import Refraction React in this way:

import { Provider, connect } from 'refraction-react';

Docs is available here

Examples

You can find an example of Refraction React in Refraction repository here. Alternatively, you can check awesome-refraction.

If you want to run examples, check out the instruction here.

Change Log

This project adheres to Semantic Versioning.
Every release, along with the migration instructions, is documented on the Github Releases page.

Authors

Matteo Basso

Adriano Buscema

Copyright and License

Copyright (c) 2016, Matteo Basso.

refraction-react source code is licensed under the MIT License.