vuex-fluture
v1.0.5-fluture
Published
state management for Vue.js with support for the fluture library
Downloads
4
Readme
Vuex
Centralized State Management for Vue.js with Support for fluture Futures.
Examples
Running the examples:
$ npm install
$ npm run dev # serve examples at localhost:8080
Why this fork
I really like the fluture library.
So much that I avoid using Promises if possible and use Futures instead.
Go there and read some of the linked articles, if you don't know what futures are. They are worth it.
Notable points about this fork
I tried to implement the TypeScript Type definitions. I have no experience with TypeScript. They might not work correctly.
Also I've removed the e2e tests for the examples, since the original tests were failing for me and I didn't want to fix them and update the tests. If someone likes fluture enough to contribute, please do.