From 6fb5c113994d139030117424f3def554c3cad352 Mon Sep 17 00:00:00 2001 From: gwansikk Date: Sun, 4 Aug 2024 21:45:18 +0900 Subject: [PATCH 1/2] docs: add react suspensive react query to community projects Co-authored-by: Jonghyeon Ko <61593290+manudeli@users.noreply.github.com> --- docs/framework/react/community/community-projects.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/framework/react/community/community-projects.md b/docs/framework/react/community/community-projects.md index 4e46663e0b..7aaa68e469 100644 --- a/docs/framework/react/community/community-projects.md +++ b/docs/framework/react/community/community-projects.md @@ -109,6 +109,12 @@ Generate React Query hooks based on Swagger API definitions Link: https://github.com/Shaddix/react-query-swagger +## Suspensive React Query + +Enhances React Query with Suspense support, allowing for simpler and more declarative data fetching + +Link: https://github.com/toss/suspensive + ## tRPC End-to-end typesafe APIs made easy From 4f2402e363366f7268905f41b9d4af597e68a021 Mon Sep 17 00:00:00 2001 From: gwansikk Date: Sun, 4 Aug 2024 22:49:21 +0900 Subject: [PATCH 2/2] docs: update suspensive react query link --- docs/framework/react/community/community-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/community/community-projects.md b/docs/framework/react/community/community-projects.md index 7aaa68e469..b0cb587bd6 100644 --- a/docs/framework/react/community/community-projects.md +++ b/docs/framework/react/community/community-projects.md @@ -113,7 +113,7 @@ Link: https://github.com/Shaddix/react-query-swagger Enhances React Query with Suspense support, allowing for simpler and more declarative data fetching -Link: https://github.com/toss/suspensive +Link: https://suspensive.org/docs/react-query/motivation ## tRPC