# varo-flux

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

Latest version **1.0.1** (published 2015-11-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install varo-flux
pnpm add varo-flux
yarn add varo-flux
bun add varo-flux
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-11-30 |
| First published | 2015-11-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Vito Tardia |
| Maintainers | mcdonnelldean, vtardia |
| Keywords | varo, flux, react, dispatcher |

## Links

- npm: https://www.npmjs.com/package/varo-flux
- Repository: https://github.com/vtardia/varo-flux
- Homepage: https://github.com/vtardia/varo-flux#readme
- Issues: https://github.com/vtardia/varo-flux/issues
- npm.io page: https://npm.io/package/varo-flux

## Dependencies (2)

- [varo](https://npm.io/package/varo.md) ^0.3.0
- [node-uuid](https://npm.io/package/node-uuid.md) ^1.4.7

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2015-11-30
- 1.0.0 — 2015-11-24

## README

![logo](https://rawgit.com/senecajs/varo/master/assets/varo-logo.svg)

# varo-flux

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

 - __Lead Maintainer:__ [Vito Tardia][lead]
 - __Sponsor:__ [nearForm][]

## Usage

 1. Add the package to you project dependencies

  ```console
  $ npm install varo-flux --save
  ```

 2. Use it as Flux dispatcher

  ```js
  // 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][senecajs] 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][].

[varo]: https://www.npmjs.com/package/varo
[lead]: http://vito.tardia.me
[nearForm]: http://www.nearform.com/
[MIT]: ./LICENSE
[senecajs]: http://senecajs.org

---
_Source: https://npm.io/package/varo-flux · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
