Skip to content

Commit

Permalink
docs: mention kick off
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Dec 6, 2024
1 parent c03ea85 commit 15c938c
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 @@ -20,7 +20,7 @@ import { createFileRoute, defer } from '@tanstack/react-router'

export const Route = createFileRoute('/posts/$postId')({
loader: async () => {
// Fetch some slower data, but do not await it
// Kick off the fetching for some slower data, but do not await it
const slowDataPromise = fetchSlowData()

// Fetch and await some data that resolves quickly
Expand Down

0 comments on commit 15c938c

Please sign in to comment.