We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aa805 commit 7c94149Copy full SHA for 7c94149
src/routes/solid-start/building-your-application/data-loading.mdx
@@ -30,7 +30,7 @@ export default function Page() {
30
When fetching inside components, you can encounter unnecessary waterfalls, especially when nested under lazy loaded sections.
31
To solve this, it can be valuable to introduce a hoist and cache mechanism.
32
33
-Using a library like [Tanstack Query](https://tanstack.com/query/latest) can help with this.\_createMdxContent
+Using a library like [Tanstack Query](https://tanstack.com/query/latest) can help with this.
34
35
for the example below we will be using the data in APIs in [`solid-router`](/solid-router)
36
0 commit comments