https://github.com/gilbox/angular-fluxish-experiment
Using pure angular to create a flux-ish architecture
https://github.com/gilbox/angular-fluxish-experiment
Last synced: over 1 year ago
JSON representation
Using pure angular to create a flux-ish architecture
- Host: GitHub
- URL: https://github.com/gilbox/angular-fluxish-experiment
- Owner: gilbox
- License: mit
- Created: 2014-11-20T01:32:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T01:47:45.000Z (over 11 years ago)
- Last Synced: 2025-01-29T11:30:41.789Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
angular-fluxish-experiment
==========================
Experimenting with Flux-like architecture in angularjs using plain ol' angularjs.
The dispatcher is replaced with direct calls to store functions in the Action Creator.
[Live Demo](http://gilbox.github.io/angular-fluxish-experiment/)