Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to prune archived state management projects #4204

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3173,30 +3173,23 @@ _LocalStorage etc._
#### State Management

- [vuex](https://github.com/vuejs/vuex) - Centralized State Management for Vue.js.
- [vue-sync](https://github.com/buhrmi/vue-sync) - Synchronize Vue State with the Browser URL, Server Backend, and other endpoints.
- [vuelm](https://github.com/keuller/vuelm) - Lightweight state management inspired by Elm architecture.
- [vuez](https://github.com/markselby9/vuez) - A simple but powerful State Management for Vue.js, with only 2 APIs.
- [vuet](https://github.com/medevicex/vuet) - Vue.js state management model for Agile Development
- [vue-ya-stash](https://github.com/qgp9/vue-ya-stash) - Yet Another stash storage with update/patch event emitters similar with v-bind.sync
- [vue-assign-model](https://github.com/midnightSuyama/vue-assign-model) - Automatically assign elements value to model for Vue.js.
- [vue-stash](https://github.com/cklmercer/vue-stash) - Easily share reactive data between your Vue components.
- [vue-model](https://github.com/aarondfrancis/vue-model) - Model component for Vue.js
- [tuex](https://github.com/Raiondesu/Tuex) - A mostly reasonable alternative to Vuex.
- [revuejs](https://github.com/dwqs/revuejs) - A tiny, light and handy state management for vuejs 2, writing less verbose code.
- [lue](https://github.com/dwqs/lue) - Vue and vuex based library, writing less verbose code.
- [vuex-lite](https://github.com/rayraegah/vuex-lite) - A 1KB Vuex with just state and mutations.
- [vue-shared](https://github.com/raizam/vue-shared) - A light and simple alternative to vuex
- [vuex-module-generator](https://github.com/abdullah/vuex-module-generator) - It allows you to create a vuex module easily.
- [vuex-declaration](https://github.com/kbdsbx/vuex-declaration) - Declare state like props, make state inject to vuex dynamically when component created.
- [vuex-up](https://github.com/Hokid/vuex-up) - Brings mixing and services injector features to module vuex.
- [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.
- [nano-state-vue](https://gitlab.com/sophosoft/nano-state-vue) - Efficient, effective, and extensible state management: less is more
- [universal-model-vue](https://github.com/universal-model/universal-model-vue) - Unified state management for Vue (and also for Angular/React/Svelte)
- [vue-states](https://github.com/sumcumo/vue-states) - State management system for Vue with same API as Vue components
- [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.
- [VueFort](https://github.com/SeregPie/VueFort) - Data modeling for Vue. Works for Vue 2 & 3.
- [@korijn/vue-store](https://github.com/Korijn/vue-store) - Lightweight Vue 3 composition API-compatible store pattern library with undo/redo.
- [vuex-light](https://github.com/js-cosmos/vuex-light) - State management system with robust typing for Vue 3
- [vue-object-state](https://github.com/crashkonijn/vue-object-state) - Simple object/dto/model state tracking
- [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
- [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.
Expand Down
Loading