As these are downloadable from npm with their names with different sizes. In which scenarios we must downloads tanstack react query and for which react-query.
Best Answer
As far as I can tell the author chose to publish the new v4 version on @tanstack/react-query
whilst keeping the v3 version on react-query
.
So most likely, you want the latest version, which is @tanstack/react-query
.
This is detailed here: https://tanstack.com/query/v4/docs/guides/migrating-to-react-query-4#react-query-is-now-tanstackreact-query
Tanstack Query, formerly known as React Query v3 (react-query
), aims to make the React Query async state manager, available to frameworks beyond React, and comes with a variety of new features.
For example, Tanstack Query exists now for:
- React
@tanstack/react-query
(React Query v4) - Svelte
@tanstack/svelte-query
- Solid
@tanstack/solid-query
- Vue
@tanstack/vue-query