https://github.com/selfup/vue-reegux
Simple, namespaced, Redux/Flux for Vue.js!
https://github.com/selfup/vue-reegux
Last synced: 10 months ago
JSON representation
Simple, namespaced, Redux/Flux for Vue.js!
- Host: GitHub
- URL: https://github.com/selfup/vue-reegux
- Owner: selfup
- License: mit
- Created: 2016-09-18T23:44:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T03:24:51.000Z (over 9 years ago)
- Last Synced: 2025-02-24T10:04:26.217Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://selfup.me/vue-reegux
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VueReegux
Check out the example in the `examples/vue` directory!
This is similar to Vuex and Redux.
Immutable by nature. Must return new objects in actions.
Can namespace state and merges all defined actions!