Skip to content

Commit 7c94149

Browse files
Update data-loading.mdx
1 parent d3aa805 commit 7c94149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/data-loading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Page() {
3030
When fetching inside components, you can encounter unnecessary waterfalls, especially when nested under lazy loaded sections.
3131
To solve this, it can be valuable to introduce a hoist and cache mechanism.
3232

33-
Using a library like [Tanstack Query](https://tanstack.com/query/latest) can help with this.\_createMdxContent
33+
Using a library like [Tanstack Query](https://tanstack.com/query/latest) can help with this.
3434

3535
for the example below we will be using the data in APIs in [`solid-router`](/solid-router)
3636

0 commit comments

Comments
 (0)