From cfb15ef582e080c82c149cdcba998d3d5e570ae7 Mon Sep 17 00:00:00 2001 From: Dominik Dorfmeister Date: Fri, 23 Dec 2022 08:38:57 +0100 Subject: [PATCH] docs: migration guide --- docs/config.json | 4 ++++ docs/react/guides/migrating-to-react-query-5.md | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/react/guides/migrating-to-react-query-5.md diff --git a/docs/config.json b/docs/config.json index 0bee2e6155..8a4f92ff42 100644 --- a/docs/config.json +++ b/docs/config.json @@ -183,6 +183,10 @@ { "label": "Migrating to React Query 4", "to": "react/guides/migrating-to-react-query-4" + }, + { + "label": "Migrating to React Query 5", + "to": "react/guides/migrating-to-react-query-5" } ] }, diff --git a/docs/react/guides/migrating-to-react-query-5.md b/docs/react/guides/migrating-to-react-query-5.md new file mode 100644 index 0000000000..2c38462536 --- /dev/null +++ b/docs/react/guides/migrating-to-react-query-5.md @@ -0,0 +1,9 @@ +--- +id: migrating-to-react-query-5 +title: Migrating to TanStack Query v5 +--- + +## Breaking Changes + +v5 is a major version, so there are some breaking changes to be aware of: +