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: src/content/reference/react/startTransition.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ function TabContainer() {
42
42
43
43
#### المعاملات {/*parameters*/}
44
44
45
-
* `scope`: دالة تحدّث بعض state عن طريق استدعاء واحدة أو أكثر من [`دوال set`.](/reference/react/useState#setstate) تستدعي React على الفور `scope` بدون وسائط وتضع علامة على جميع تحديثات state المجدولة بشكل متزامن أثناء استدعاء دالة `scope` كـ Transitions. ستكون [غير محظورة](/reference/react/useTransition#marking-a-state-update-as-a-non-blocking-transition) و[لن تعرض مؤشرات تحميل غير مرغوب فيها.](/reference/react/useTransition#preventing-unwanted-loading-indicators)
45
+
* `scope`: دالة تحدّث بعض state عن طريق استدعاء واحدة أو أكثر من [`دوال set`.](/reference/react/useState#setstate) تستدعي React على الفور `scope` بدون وسائط وتضع علامة على جميع تحديثات state المجدولة بشكل متزامن أثناء استدعاء دالة `scope` كـ Transitions. ستكون [غير محظورة](/reference/react/useTransition#perform-non-blocking-updates-with-actions) و[لن تعرض مؤشرات تحميل غير مرغوب فيها.](/reference/react/useTransition#preventing-unwanted-loading-indicators)
0 commit comments