Skip to content

Commit cdc6dd4

Browse files
authored
Merge pull request #795 from GolubevDS/translate/note-transition
Adds a translation into Russian
2 parents e0844be + 3a6a42c commit cdc6dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ function MyComponent() {
368368

369369
> Примечание
370370
>
371-
> For content that is already shown to the user, switching back to a loading indicator can be disorienting. It is sometimes better to show the "old" UI while the new UI is being prepared. To do this, you can use the new transition APIs [`startTransition`](#starttransition) and [`useTransition`](/docs/hooks-reference.html#usetransition) to mark updates as transitions and avoid unexpected fallbacks.
371+
> Если контент уже доступен пользователю, переключение обратно на индикатор загрузки может его дезориентировать. Иногда лучше показать "старый" интерфейс, пока происходит ленивая загрузка нового компонента. Для этого можно использовать новое API для работы с состоянием переходов [`startTransition`](#starttransition) и [`useTransition`](/docs/hooks-reference.html#usetransition), чтобы пометить обновления состояния как переходы (transitions), делая их обработку несрочной.
372372

373373
#### `React.Suspense` in Server Side Rendering {#reactsuspense-in-server-side-rendering}
374374
During server side rendering Suspense Boundaries allow you to flush your application in smaller chunks by suspending.

0 commit comments

Comments
 (0)