File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
docs/api/declarative-routers Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -74,5 +74,16 @@ will not be reactive to location changes.
7474
7575### unstable_useTransitions
7676
77- Whether this router should wrap navigations in ` React.startTransition() `
77+ Control whether router state updates are internally wrapped in
78+ [` React.startTransition ` ](https :// react.dev/reference/react/startTransition).
79+
80+ - When left ` undefined ` , all router state updates are wrapped in
81+ ` React.startTransition `
82+ - When set to ` true ` , [` Link ` ](../ components / Link ) and [` Form ` ](../ components / Form ) navigations will be wrapped
83+ in ` React.startTransition ` and all router state updates are wrapped in
84+ ` React.startTransition `
85+ - When set to ` false ` , the router will not leverage ` React.startTransition `
86+ on any navigations or state changes .
87+
88+ For more information , please see the [docs ](https :// reactrouter.com/explanation/react-transitions).
7889
You can’t perform that action at this time.
0 commit comments