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.
- Host: GitHub
- URL: https://github.com/unadlib/react-iflow
- Owner: unadlib
- License: mit
- Created: 2017-07-24T07:35:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T17:33:15.000Z (over 8 years ago)
- Last Synced: 2025-04-26T16:46:08.892Z (about 1 year ago)
- Topics: iflow, react, react-native, state-connector, state-management
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React iFlow
The connector for React 🌈 iFlow state management.
[](https://travis-ci.org/unadlib/react-iflow)
[](https://coveralls.io/github/unadlib/react-iflow?branch=master)
[](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(