Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kahlil/zero-fux

No Flux plus no Redux equals ZeroFux. A stateless unidirectional data flow implemented with Custom Events.
https://github.com/kahlil/zero-fux

custom-events javascript-library platform unidirectional-data-flow

Last synced: 1 day ago
JSON representation

No Flux plus no Redux equals ZeroFux. A stateless unidirectional data flow implemented with Custom Events.

Awesome Lists containing this project

README

        

# ZeroFux

> A stateless unidirectional data flow implemented with [Custom Events](https://developer.mozilla.org/de/docs/Web/API/CustomEvent).

No Flux plus no Redux equals ZeroFux.

## Install

```sh
npm i zero-fux
```

## Example

See how it works [on CodePen](https://codepen.io/kahlil/pen/bapoPK).

## More Info

[ZeroFux - A Stateless Unidirectional Data Flow Implemented With Custom Events](https://www.kahlillechelt.com/post/2017/12/20/zerofux---a-stateless-unidirectional-data-flow-implemented-with-custom-events)

## License

MIT