We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113f931 commit d4f5be5Copy full SHA for d4f5be5
src/content/reference/react/lazy.md
@@ -19,7 +19,7 @@ const SomeComponent = lazy(load)
19
20
### `lazy(load)` {/*lazy*/}
21
22
-Чтобы объявить React компонент ленивой загрузки, вызовите `lazy` вне своих компонентов:
+Вызовите `lazy` вне ваших компонентов, чтобы объявить компонент React с ленивой загрузкой:
23
24
```js
25
import { lazy } from 'react';
0 commit comments