1.0.1 • Published 8 years ago

varo-flux v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

logo

varo-flux

A Flux-style action dispatcher built on top of Varo pattern matching library.

Usage

  1. Add the package to you project dependencies

    $ npm install varo-flux --save
  2. 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.