From 9b12076f63af2b02ad6af78bf560366933b358aa Mon Sep 17 00:00:00 2001 From: Amir Hossein Hashemi <87268103+amirhhashemi@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:15:57 +0330 Subject: [PATCH] Update src/routes/solid-start/guides/data-fetching.mdx Co-authored-by: Sarah --- src/routes/solid-start/guides/data-fetching.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/solid-start/guides/data-fetching.mdx b/src/routes/solid-start/guides/data-fetching.mdx index 9fc7bca0e..0e9078ead 100644 --- a/src/routes/solid-start/guides/data-fetching.mdx +++ b/src/routes/solid-start/guides/data-fetching.mdx @@ -222,6 +222,6 @@ export default function Page() { Read more in the [`createResource`](https://docs.solidjs.com/reference/basic-reactivity/create-resource) docs. - + For advanced features like automatic background re-fetching or infinite queries, you can use [Tanstack Query.](https://tanstack.com/query/latest/docs/framework/solid/overview)