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

https://github.com/uxter/fluxter

:rocket: Simple container of unidirectional data flow.
https://github.com/uxter/fluxter

action es6 flux middleware reducer state store subscribe unidirectional unidirectional-data-flow

Last synced: 4 months ago
JSON representation

:rocket: Simple container of unidirectional data flow.

Awesome Lists containing this project

README

        

[![view on npm](http://img.shields.io/npm/v/fluxter.svg)](https://www.npmjs.org/package/fluxter)
[![npm module downloads](http://img.shields.io/npm/dt/fluxter.svg)](https://www.npmjs.org/package/fluxter)
[![Build Status](https://travis-ci.org/uxter/fluxter.svg?branch=master)](https://travis-ci.org/uxter/fluxter)
[![Coverage Status](https://codecov.io/gh/uxter/fluxter/branch/master/graph/badge.svg)](https://codecov.io/gh/uxter/fluxter)
[![Dependency Status](https://david-dm.org/uxter/fluxter.svg)](https://david-dm.org/uxter/fluxter)
[![Join the chat at https://gitter.im/fluxter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fluxter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

#

Fluxter is a simple container of unidirectional data flow.

![Fluxter data flow](https://rawgithub.com/uxter/fluxter/master/fluxter-data-flow.png)

## Install

```
$ npm install --save fluxter
```

{{>main}}

## Example

Online game [SeaWars](https://github.com/uxter/seawars). Example of using [Fluxter](https://github.com/uxter/fluxter).

### :boom: [Try it out](https://uxter.github.io/seawars/) :boom:

## Note on Patches/Pull Requests

1. Fork the project.
2. Make your feature addition or bug fix.
3. Send me a pull request.

* * *

© 2017 Vasily Shilov