Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kahlil/zero-fux
- Owner: kahlil
- License: mit
- Created: 2017-12-20T10:24:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T15:44:28.000Z (almost 7 years ago)
- Last Synced: 2024-04-29T10:47:35.843Z (6 months ago)
- Topics: custom-events, javascript-library, platform, unidirectional-data-flow
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 37
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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