You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3173,30 +3173,22 @@ _LocalStorage etc._
3173
3173
#### State Management
3174
3174
3175
3175
-[vuex](https://github.com/vuejs/vuex) - Centralized State Management for Vue.js.
3176
-
-[vue-sync](https://github.com/buhrmi/vue-sync) - Synchronize Vue State with the Browser URL, Server Backend, and other endpoints.
3177
3176
-[vuelm](https://github.com/keuller/vuelm) - Lightweight state management inspired by Elm architecture.
3178
3177
-[vuez](https://github.com/markselby9/vuez) - A simple but powerful State Management for Vue.js, with only 2 APIs.
3179
3178
-[vuet](https://github.com/medevicex/vuet) - Vue.js state management model for Agile Development
3180
3179
-[vue-ya-stash](https://github.com/qgp9/vue-ya-stash) - Yet Another stash storage with update/patch event emitters similar with v-bind.sync
3181
3180
-[vue-assign-model](https://github.com/midnightSuyama/vue-assign-model) - Automatically assign elements value to model for Vue.js.
3182
-
-[vue-stash](https://github.com/cklmercer/vue-stash) - Easily share reactive data between your Vue components.
3183
-
-[vue-model](https://github.com/aarondfrancis/vue-model) - Model component for Vue.js
3184
-
-[tuex](https://github.com/Raiondesu/Tuex) - A mostly reasonable alternative to Vuex.
3185
3181
-[revuejs](https://github.com/dwqs/revuejs) - A tiny, light and handy state management for vuejs 2, writing less verbose code.
3186
3182
-[lue](https://github.com/dwqs/lue) - Vue and vuex based library, writing less verbose code.
3187
-
-[vuex-lite](https://github.com/rayraegah/vuex-lite) - A 1KB Vuex with just state and mutations.
3188
3183
-[vue-shared](https://github.com/raizam/vue-shared) - A light and simple alternative to vuex
3189
3184
-[vuex-module-generator](https://github.com/abdullah/vuex-module-generator) - It allows you to create a vuex module easily.
3190
3185
-[vuex-declaration](https://github.com/kbdsbx/vuex-declaration) - Declare state like props, make state inject to vuex dynamically when component created.
3191
3186
-[vuex-up](https://github.com/Hokid/vuex-up) - Brings mixing and services injector features to module vuex.
3192
3187
-[effector](https://github.com/zerobias/effector) — Fast and powerful reactive state manager. Effector lets you write simple, fast and type safe code and manage reactive state with ease.
3193
3188
-[nano-state-vue](https://gitlab.com/sophosoft/nano-state-vue) - Efficient, effective, and extensible state management: less is more
3194
3189
-[universal-model-vue](https://github.com/universal-model/universal-model-vue) - Unified state management for Vue (and also for Angular/React/Svelte)
3195
-
-[vue-states](https://github.com/sumcumo/vue-states) - State management system for Vue with same API as Vue components
3196
3190
-[v-bucket](https://github.com/mediv0/v-bucket) - 📦 Fast, Simple, and Lightweight State Management for Vue 3.0 built with composition API, inspired by Vuex.
3197
3191
-[VueFort](https://github.com/SeregPie/VueFort) - Data modeling for Vue. Works for Vue 2 & 3.
3198
-
-[@korijn/vue-store](https://github.com/Korijn/vue-store) - Lightweight Vue 3 composition API-compatible store pattern library with undo/redo.
3199
-
-[vuex-light](https://github.com/js-cosmos/vuex-light) - State management system with robust typing for Vue 3
3200
3192
-[vue-object-state](https://github.com/crashkonijn/vue-object-state) - Simple object/dto/model state tracking
3201
3193
-[vue-datatable-url-sync](https://github.com/socotecio/vue-datatable-url-sync) - Synchronize datatable options and filters with the url to keep user preference even after refresh or navigation
3202
3194
-[vue-path-store](https://github.com/kouts/vue-path-store) - Simple state management that uses the dot notation path syntax, also comes with Vuex and Pinia plugins.
0 commit comments