Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```