vue-query
Hooks for fetching, caching and updating asynchronous data in Vue (by DamianOsipiuk)
redux
A JS library for predictable global state management (by reduxjs)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
vue-query | redux | |
---|---|---|
16 | 305 | |
1,112 | 61,269 | |
0.1% | 0.1% | |
1.7 | 8.2 | |
about 2 years ago | 2 months ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vue-query
Posts with mentions or reviews of vue-query.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-03.
-
What is useQuery (React Query) with Example - Developer Diary
I started using the Vue port of this recently, VueQuery. Once you understand that this replaces the need for a store (for data at least) then everything starts falling into place and its really easy to implement caching, infinite scrolling and other cool endpoint stuff.
-
Data Fetching in Vue
I use vue-query and would recommend it.
-
Having trouble understanding how to use Vuex
For server-side state I find something like https://github.com/DamianOsipiuk/vue-query to be nicer than Vuex, and then you can reserve Vuex for purely client-side state
-
Library for server state management
I think you are looking for https://github.com/DamianOsipiuk/vue-query It uses react-query/core under the hood.
-
Nuxt noobie: Is everything done server side ? Can I cache indefinitely until webhook ?
Are you looking for this? https://github.com/DamianOsipiuk/vue-query
-
Widget Driven Development
React-Query, SWR, Redux Toolkit Query, Vue Query for RESTful APIs
-
How can I do it better? API Calls & loading state in Vuex
Check out swrv or vue-query, they do this for you. One or two people from the vuex core team work on swrv.
-
State Management: Separation of Concerns
React Query is React specific, but its core was fully separated from React and it can be used to build solutions for other frameworks as well. Such solutions have already begun to emerge. For example, Vue Query.
- Fetch, cache and update data in your Vue 2/3 apps without touching any global state
-
Vuejs 2.6 / Apollo Reactive?
Hey, might give https://vue-query.vercel.app/ a try soon
redux
Posts with mentions or reviews of redux.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-22.
-
How to build a reliable web application with Elm, GraphQL, PostGraphile and PostgreSQL
Some popular JavaScript libraries like Redux has been inspired by this architecture.
-
Exploring the Benefits of Immutability in JavaScript Performance
Learn Redux
-
State Management in Front-end Web Development: State 101
React: Redux, Zustand
-
Very Basic - Redux
If you need more in depth information check out the documentation. https://redux.js.org/ It's actually pretty great.
-
Not Just Another Redux Article: Learning Redux from Its Source Code
I just explained what combineReducers is in Redux. After you finish this article and return to this point, you’ll understand why.
-
Architecture and Design Patterns in Front-End
In frontend, the most probably well-known approach is Flux and its most common implementation, Redux. This is an example of unidirectional data flow.
-
Organisation of Data Flows
The best known example of an architecture with unidirectional data flow is Flux and, as its implementation, Redux.
-
Valentine’s Day Breakup: React Dumps Create React App
CRA makes integrating libraries like Redux and React Router easy without requiring complex Webpack and Babel configurations.
-
UmiJS: the Shaolin of web frameworks
Dva. A plugin-based state management solution (Redux + Sagas). Also quite popular in narrow communities outside of the Umi world.
-
Arrays: Reduce - Make Something
If you use Redux or the useReducer() hook, the idea is almost the same. Instead of reducing data, we are reducing actions. What we've referred to as the accumulator is accumulating the state, and the value is whatever action is being performed to update the state. We can take a group of actions and allow each one to make changes.
What are some alternatives?
When comparing vue-query and redux you can also consider the following projects:
swrv - Stale-while-revalidate data fetching for Vue
effector-react - Business logic with ease ☄️
react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]
reflux - A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
apollo - 🚀 Apollo/GraphQL integration for VueJS
cerebral - Declarative state and side effects management for popular JavaScript frameworks

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured