Skip to content

Commit 8f6545a

Browse files
committed
docs: add suspense to readme
1 parent 7a48b8e commit 8f6545a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ Based on [react-query](https://github.com/tannerlinsley/react-query)
2020
- Paginated + Cursor-based Queries
2121
- Load-More + Infinite Scroll Queries w/ Scroll Recovery
2222
- Request Cancellation
23+
- [Suspense](https://v3.vuejs.org/guide/migration/suspense.html#introduction) + Fetch-As-You-Render Query Prefetching
2324
- Dedicated Devtools
2425
- [![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue-query)](https://bundlephobia.com/result?p=vue-query) (depending on features imported)
2526

2627
# Examples
2728

2829
- 3.x
2930
- [Basic](https://github.com/DamianOsipiuk/vue-query/tree/main/examples/basic)
31+
- [Suspense](https://github.com/DamianOsipiuk/vue-query/tree/main/examples/suspense)
3032
- [Multi-Page](https://github.com/DamianOsipiuk/vue-query/tree/main/examples/multi-page)
3133
- Caching - throttle network and then switch between pages
3234
- Deduping requests - click `change page` in quick succession and monitor Network tab in devtools.

0 commit comments

Comments
 (0)