An open API service indexing awesome lists of open source software.

https://github.com/unadlib/react-iflow

Connector for React and iFlow.
https://github.com/unadlib/react-iflow

iflow react react-native state-connector state-management

Last synced: about 1 year ago
JSON representation

Connector for React and iFlow.

Awesome Lists containing this project

README

          

# React iFlow

The connector for React 🌈 iFlow state management.

[![Travis](https://img.shields.io/travis/unadlib/react-iflow.svg)](https://travis-ci.org/unadlib/react-iflow)
[![Coverage Status](https://coveralls.io/repos/github/unadlib/react-iflow/badge.svg?branch=master)](https://coveralls.io/github/unadlib/react-iflow?branch=master)
[![npm](https://img.shields.io/npm/v/react-iflow.svg)](https://www.npmjs.com/package/react-iflow)

> **React iFlow** If you use React and iFlow to manage state, save all kinds of selectors cumbersome, while supporting a variety of user-defined store.

> 🔥🔥🔥**It is a highly efficient and concise React and iFlow store connector**🔥🔥🔥

### Features and benefits
* Least possible time selector
* Automatic array diff
* Full support comprehensive selector
* Support immutable

### Install
```bash
yarn add react-iflow
//or
npm install --save react-iflow
```
### Getting started
To Edit
### The Gist
* `index.js`
```javascript
import React, { Component } from 'react'
import ReactDOM from 'react-dom'
import Body from './body'
ReactDOM.render(