Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nofluxjs/noflux-react
Official React bindings for Noflux.
https://github.com/nofluxjs/noflux-react
flxu noflux react redux
Last synced: about 1 month ago
JSON representation
Official React bindings for Noflux.
- Host: GitHub
- URL: https://github.com/nofluxjs/noflux-react
- Owner: nofluxjs
- License: mit
- Created: 2017-03-26T08:22:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T15:18:19.000Z (over 6 years ago)
- Last Synced: 2024-11-10T17:07:39.457Z (3 months ago)
- Topics: flxu, noflux, react, redux
- Language: JavaScript
- Homepage: https://noflux.js.org/en/basic/react.html
- Size: 394 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @noflux/react
Official React bindings for [Noflux](https://github.com/nofluxjs/noflux).
| Package | Version | Dependencies | DevDependencies | Build |
|--------|-------|------------|----------|----------|
| `@noflux/react` | [![npm (scoped)](https://img.shields.io/npm/v/@noflux/react.svg?maxAge=86400)](https://www.npmjs.com/package/@noflux/react) | [![Dependency Status](https://david-dm.org/nofluxjs/noflux-react.svg)](https://david-dm.org/nofluxjs/noflux-react) | [![devDependency Status](https://david-dm.org/nofluxjs/noflux-react/dev-status.svg)](https://david-dm.org/nofluxjs/noflux-react?type=dev) | [![Build Status](https://travis-ci.org/nofluxjs/noflux-react.svg?branch=next)](https://travis-ci.org/nofluxjs/noflux-react) |## Usage
All Noflux documentations can be found [here](https://github.com/nofluxjs/noflux).
You can read the online version at [noflux.js.org](https://noflux.js.org/).
## Contribution
For development:
```bash
npm install
npm run dev
```For publish:
```bash
npm publish
```