Skip to content

Commit e894cb0

Browse files
committed
docs: Add start transition link
1 parent a6bf39b commit e894cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/api/useSuspense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ applications, as well as migrate to <abbr title="Server Side Render">SSR</abbr>
378378

379379
### Concurrent Mode
380380

381-
In React 18 navigating with `startTransition` allows [AsyncBoundaries](./AsyncBoundary.md) to
381+
In React 18 navigating with [startTransition](https://react.dev/reference/react/useTransition#starttransition) allows [AsyncBoundaries](./AsyncBoundary.md) to
382382
continue showing the previous screen while the new data loads. Combined with
383383
[streaming server side rendering](../guides/ssr.md), this eliminates the need to flash annoying
384384
loading indicators - improving the user experience.

0 commit comments

Comments
 (0)