varo-flux
v1.0.1
Published
A Flux-style action dispatcher built on top of Varo pattern match library.
Downloads
2
Readme
varo-flux
A Flux-style action dispatcher built on top of Varo pattern matching library.
- Lead Maintainer: Vito Tardia
- Sponsor: nearForm
Usage
- Add the package to you project dependencies
$ npm install varo-flux --save
- Use it as Flux dispatcher
// src/dispatcher/AppDispatcher.js
import {Dispatcher} from 'varo-flux'
export default new Dispatcher()
You can find a working example at: https://github.com/vtardia/seneca-varo-react-example.
Contributing
The Senecajs org encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.
License
Copyright (c) 2015, Vito Tardia and other contributors. Licensed under MIT.