This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alexey edited this page Jan 13, 2018
·
7 revisions
A simpler Vuex alternative written in TypeScript.
(TypeScript + Vuex) - Complexity = Tuex
Tuex is a centralized state management library for Vue.js. It takes heavy inspiration from the Flux (Redux/Vuex) pattern, but has some crucial differences.
The main goal of Tuex is to make state-management less complex for small-scale apps, while keeping the flexibility and scalability of Vuex.
It proves useful mostly for middle-scaled or growing apps, when the global event bus
starts to feel restricting.
Tuex is written in TypeScript, but is also distributed for commonjs es5, browser es5, es6 & esnext.
Some text may be borrowed from official Vuex documentation