Skip to content

Commit 8a004a1

Browse files
[autofix.ci] apply automated fixes
1 parent 2180572 commit 8a004a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blog/2026-07-08-react-navigation-8.0-july-progress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ React Navigation is now [Suspense-enabled](https://react.dev/reference/react/use
2828
The navigation state updates are compatible with [concurrent rendering](https://react.dev/blog/2022/03/29/react-v18#what-is-concurrent-react) and navigation actions are wrapped in [transitions](https://react.dev/reference/react/startTransition) by default.
2929

3030
This means:
31+
3132
- **Navigations are now interruptible** - users can click away without waiting for the re-render to complete.
3233
- **Navigations prevent unwanted loading indicators** - if a navigation suspends, React can keep the currently shown UI visible instead of immediately replacing it with a fallback.
3334
- **Navigations wait for pending actions** - React can wait for pending transition actions to complete before showing the new screen.

0 commit comments

Comments
 (0)