Skip to content

Commit ce4fcff

Browse files
feat: switch to tanstack/query-core (#217)
* feat: switch to tanstack/query-core * chore: cleanup
1 parent 85a183c commit ce4fcff

37 files changed

+1434
-4544
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Hooks for fetching, caching and updating asynchronous data in Vue.
1414

1515
Support for Vue 2.x via [vue-demi](https://github.com/vueuse/vue-demi)
1616

17-
Based on [react-query](https://github.com/tannerlinsley/react-query)
17+
Based on [TanStack/query](https://github.com/TanStack/query)
1818

1919
# Documentation
2020

2121
Visit https://vue-query.vercel.app
2222

23-
For topics not covered in `vue-query` docs visit [react-query docs](https://react-query.tanstack.com/reference/useQuery) as most of the concepts and APIs are the same.
23+
For topics not covered in `vue-query` docs visit [TanStack/query docs](https://tanstack.com/query/v4/docs/reference/useQuery) as most of the concepts and APIs are the same.
2424

2525
# Quick Features
2626

examples/multi-client/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/multi-client/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/multi-client/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/multi-client/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/multi-client/sandbox.config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/multi-client/src/App.vue

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/multi-client/src/Todos.vue

Lines changed: 0 additions & 56 deletions
This file was deleted.

examples/multi-client/src/main.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/multi-client/src/shims-vue.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)