Skip to content

Commit

Permalink
Update src/routes/solid-start/guides/data-fetching.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah <[email protected]>
  • Loading branch information
amirhhashemi and LadyBluenotes authored Dec 30, 2024
1 parent 96de833 commit 9b12076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solid-start/guides/data-fetching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,6 @@ export default function Page() {

Read more in the [`createResource`](https://docs.solidjs.com/reference/basic-reactivity/create-resource) docs.

<Callout type="info">
<Callout type="info" title="Advanced Data Handling">
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)
</Callout>

0 comments on commit 9b12076

Please sign in to comment.