Skip to content

Commit d6fa476

Browse files
authored
Update to prune archived state management projects
1 parent 1cdb69c commit d6fa476

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,30 +3173,22 @@ _LocalStorage etc._
31733173
#### State Management
31743174

31753175
- [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.
31773176
- [vuelm](https://github.com/keuller/vuelm) - Lightweight state management inspired by Elm architecture.
31783177
- [vuez](https://github.com/markselby9/vuez) - A simple but powerful State Management for Vue.js, with only 2 APIs.
31793178
- [vuet](https://github.com/medevicex/vuet) - Vue.js state management model for Agile Development
31803179
- [vue-ya-stash](https://github.com/qgp9/vue-ya-stash) - Yet Another stash storage with update/patch event emitters similar with v-bind.sync
31813180
- [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.
31853181
- [revuejs](https://github.com/dwqs/revuejs) - A tiny, light and handy state management for vuejs 2, writing less verbose code.
31863182
- [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.
31883183
- [vue-shared](https://github.com/raizam/vue-shared) - A light and simple alternative to vuex
31893184
- [vuex-module-generator](https://github.com/abdullah/vuex-module-generator) - It allows you to create a vuex module easily.
31903185
- [vuex-declaration](https://github.com/kbdsbx/vuex-declaration) - Declare state like props, make state inject to vuex dynamically when component created.
31913186
- [vuex-up](https://github.com/Hokid/vuex-up) - Brings mixing and services injector features to module vuex.
31923187
- [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.
31933188
- [nano-state-vue](https://gitlab.com/sophosoft/nano-state-vue) - Efficient, effective, and extensible state management: less is more
31943189
- [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
31963190
- [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.
31973191
- [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
32003192
- [vue-object-state](https://github.com/crashkonijn/vue-object-state) - Simple object/dto/model state tracking
32013193
- [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
32023194
- [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

Comments
 (0)