Skip to content

Commit

Permalink
docs: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Dec 6, 2024
1 parent 460cea5 commit c03ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guide/deferred-data-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TanStack Router is designed to run loaders in parallel and wait for all of them

Deferred data loading is a pattern that allows the router to render the next location's critical data/markup while slower, non-critical route data is resolved in the background. This process works on both the client and server (via streaming) and is a great way to improve the perceived performance of your application.

If you are using a library like [TanStack Query](https://react-query.tanstack.com) or any other data fetching library, deferred data loading works a bit differently. Skip ahead to the [Deferred Data Loading with External Libraries](#deferred-data-loading-with-external-libraries) section for more information.
If you are using a library like [TanStack Query](https://react-query.tanstack.com) or any other data fetching library, thn deferred data loading works a bit differently. Skip ahead to the [Deferred Data Loading with External Libraries](#deferred-data-loading-with-external-libraries) section for more information.

## Deferred Data Loading with `defer` and `Await`

Expand Down

0 comments on commit c03ea85

Please sign in to comment.