From 9f37176ce53461812c925e7740e9dfd6b13cf49d Mon Sep 17 00:00:00 2001 From: Palash Mondal <14850464+palashmon@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:36:34 +0530 Subject: [PATCH] docs: add new react query post --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6beca46..bf4bdfb 100644 --- a/README.md +++ b/README.md @@ -325,11 +325,12 @@ This list is the result of Pull Requests, reviews, ideas and work done by 10+ pe ## React Query -- [What's new in React query v4?](https://tanstack.com/query/v4/docs/react/guides/migrating-to-react-query-4) +- [Making a REST API typesafe with React Query and Zod](https://noahflk.com/blog/typesafe-rest-api?utm_source=github.palashmon) +- [What's new in React query v4?](https://tanstack.com/query/v4/docs/react/guides/migrating-to-react-query-4?utm_source=github.palashmon) - [Fetching and Updating Data with React Query](https://blog.openreplay.com/fetching-and-updating-data-with-react-query/) -- [Optimistically Update Data With React Query In Your ReactJS Application](https://upmostly.com/tutorials/optimistically-update-data-with-react-query-in-your-reactjs-application) -- [Getting Started With UseQuery in React Query](https://builtin.com/software-engineering-perspectives/use-query-react) -- [Type-Safe React Query – It's All About Trust](https://tkdodo.eu/blog/type-safe-react-query) +- [Optimistically Update Data With React Query In Your ReactJS Application](https://upmostly.com/tutorials/optimistically-update-data-with-react-query-in-your-reactjs-application?utm_source=github.palashmon) +- [Getting Started With UseQuery in React Query](https://builtin.com/software-engineering-perspectives/use-query-react?utm_source=github.palashmon) +- [Type-Safe React Query – It's All About Trust](https://tkdodo.eu/blog/type-safe-react-query?utm_source=github.palashmon) ## Zustand