Skip to content

Commit ef5125f

Browse files
authoredSep 5, 2023
docs: update suspensive-react-query.md (#5961)
1 parent 84cd232 commit ef5125f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎docs/react/community/suspensive-react-query.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ const Example = () => {
7272

7373
Now, we can concentrate component as any fetching will be always success in component.
7474

75-
### More Information
75+
### useSuspenseQuery is Official API now! (from v5)
76+
77+
@suspensive/react-query provides not only [useSuspenseQuery](https://suspensive.org/docs/react-query/src/useSuspenseQuery.i18n), also [useSuspenseQueries](https://suspensive.org/docs/react-query/src/useSuspenseQueries.i18n), [useSuspenseInfiniteQuery](https://suspensive.org/docs/react-query/src/useSuspenseInfiniteQuery.i18n). From @tanstack/react-query v5 provides [official public hook apis for suspense](https://tanstack.com/query/v5/docs/react/guides/suspense) like @suspensive/react-query's hooks. If want to use them early in v4, use this @suspensive/react-query first.
7678

7779
Check the complete documentation on [Suspensive Official Docs Site](https://suspensive.org/) and also welcome Pull Request on [Suspensive GitHub](https://github.com/suspensive/react)
80+
81+
82+
83+

0 commit comments

Comments
 (0)
Please sign in to comment.