Lightweight Alternative to Vuex – Using Vue Observable as a State Store

Want a lightweight alternative to Vuex for managing state in Vue.js web apps? Vue.Observable can be used as a state store instead of Vuex in simple applications. Here’s a simple way to get started: Version 2.6.0 of Vue.js added Vue.Observable.This is a fu… Read more

Similar