You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explanation/react-transitions.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ unstable: true
10
10
<br/>
11
11
<br/>
12
12
13
+
<docs-warning>The `unstable_useTransitions` prop is experimental and subject to breaking changes in
14
+
minor/patch releases. Please use with caution and pay **very** close attention
15
+
to release notes for relevant changes.</docs-warning>
16
+
13
17
[React 18][react-18] introduced the concept of "transitions" which allow you to differentiate urgent from non-urgent UI updates. To learn more about React Transitions and "concurrent rendering" Please refer to React's official documentation:
0 commit comments