VueFlux is the architecture to manage state with unidirectional data flow for Swift, inspired by Vuex and Flux. It serves multi store, so that all ViewControllers have designated stores, with rules ensuring that the states can only be mutated in a predictable fashion. The stores also can receives an action dispatched globally. That makes ViewControllers be freed from dependencies among them. And,