Skip to content

Commit

Permalink
docs: update readme about suspense (#5742)
Browse files Browse the repository at this point in the history
* docs: update readme about suspense

* docs: code reviewed
  • Loading branch information
manudeli authored Jul 21, 2023
1 parent c3c5b32 commit 10e03a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Still on **React Query v3**? No problem! Check out the v3 docs here: https://tan
- Paginated + Cursor-based Queries
- Load-More + Infinite Scroll Queries w/ Scroll Recovery
- Request Cancellation
- [React Suspense](https://reactjs.org/docs/concurrent-mode-suspense.html) + Fetch-As-You-Render Query Prefetching
- [React Suspense](https://react.dev/reference/react/Suspense) + Fetch-As-You-Render Query Prefetching
- Dedicated Devtools
- <a href="https://bundlephobia.com/package/@tanstack/react-query@latest" target="\_parent">
<img alt="" src="https://badgen.net/bundlephobia/minzip/@tanstack/react-query" />
Expand Down

0 comments on commit 10e03a5

Please sign in to comment.