https://github.com/khalillechelt/zero-fux
No Flux plus no Redux equals ZeroFux. A stateless unidirectional data flow implemented with Custom Events.
https://github.com/khalillechelt/zero-fux
custom-events javascript-library platform unidirectional-data-flow
Last synced: 2 months 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/khalillechelt/zero-fux
- Owner: khalillechelt
- License: mit
- Created: 2017-12-20T10:24:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T15:44:28.000Z (over 7 years ago)
- Last Synced: 2025-01-25T11:33:09.016Z (5 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