From b660790b5ed1070e3644d9869e3884a3fcbaf4bf Mon Sep 17 00:00:00 2001 From: TinsFox Date: Fri, 29 Nov 2024 17:58:51 +0800 Subject: [PATCH] docs: update faq --- apps/docs/faq.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/docs/faq.mdx b/apps/docs/faq.mdx index d98f61b..92f5a26 100644 --- a/apps/docs/faq.mdx +++ b/apps/docs/faq.mdx @@ -32,7 +32,3 @@ const { data } = useSWR(shouldFetch ? '/api/data' : null, fetcher) 2. I tried `TanStack Router` briefly, but I didn't like the API of `TanStack Router`, so I switched back to `react-router` 3. And I'm looking forward to the file routing of `react-router@v7` 4. Let the bullets fly, I'll try `TanStack Router` in the next few versions, or wait for the file routing of `react-router@v7` - -## Will there be a Next.js version - -There may be one, but it will take some time, because I need to do something else, I currently only need the SPA version