mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
fix useTransition link (#4519)
This commit is contained in:
@@ -222,7 +222,7 @@ With Strict Mode in React 18, React will simulate unmounting and remounting the
|
||||
|
||||
#### useTransition {#usetransition}
|
||||
|
||||
`useTransition` and `startTransition` let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results). [See docs here](/docs/react-reference.html#transitions)
|
||||
`useTransition` and `startTransition` let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results). [See docs here](/docs/hooks-reference.html#usetransition)
|
||||
|
||||
#### useDeferredValue {#usedeferredvalue}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user