query VS vue-query

Compare query vs vue-query and see what are their differences.

query

🚀 Powerful asynchronous state management, server-state utilities and data fetching for Angular Applications (by ngneat)

vue-query

Hooks for fetching, caching and updating asynchronous data in Vue (by DamianOsipiuk)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
query vue-query
3 16
521 1,094
1.9% -
8.8 1.7
about 1 month ago 11 months ago
TypeScript TypeScript
- 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.

query

Posts with mentions or reviews of query. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-10.
  • A Deep Dive into Angular and Tanstack Query with Our Demo Store
    2 projects | dev.to | 10 Jan 2024
    Angular TanQuery Repo: https://github.com/ngneat/query/
  • Angular state management
    3 projects | /r/Angular2 | 20 Oct 2023
    I have reasonable knowledge with most of other popular JS frameworks especially React. But, Angular seems quite different from DX perspective. For React, my default stage management is to use React Query for server sync and Zustand for client state. Often on Angular context I read that people recommend using NgRx and saying that it is like Redux. But I find Redux DX quite bad and I only work with it on legacy projects. So is there similar approach to managing state in Angular app? I found solutions such as: https://github.com/ngneat/query and then https://github.com/ngneat/elf. Would these make sense for Angular and are there good alternatives?
  • TANStack Query
    3 projects | /r/Angular2 | 6 Jul 2023
    what you're looking for is ngneat/query. It uses tanstack query under the hood. much like in react, you can use it for async (also called server) state management, it will not help you with managing client state (like dark/light theme toggle, ...). You still need rxjs for making API calls much like you would use the fetch api or axios in the react version. I don't think it replaces signals, you could still use signals with it (and signals support seems to be planned).

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 are some alternatives?

When comparing query and vue-query you can also consider the following projects:

store - 🚀 NGXS - State Management for Angular

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]

elf - 🧙‍♀️ A Reactive Store with Magical Powers

swrv - Stale-while-revalidate data fetching for Vue

SWR - React Hooks for Data Fetching

rx-query

zustand - 🐻 Bear necessities for state management in React

TanStack Query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

jsonapi-vuex - Use a JSONAPI api with a Vuex store, with data restructuring/normalization.

ng-online-store-tanstack-query-demo

react-hook-form - 📋 React Hooks for form state management and validation (Web + React Native)