Skip to content

Commit 1679a54

Browse files
authored
Update code-splitting.md
1 parent cc83b4f commit 1679a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/docs/code-splitting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ import("./math").then(math => {
111111
> Если вам нужно разделение кода в серверном приложении, мы рекомендуем [Loadable Components](https://github.com/smooth-code/loadable-components).
112112
> У них есть хорошее [руководство по разделению бандла](https://github.com/smooth-code/loadable-components/blob/master/packages/server/README.md) с серверным рендерингом.
113113
114+
114115
Функция `React.lazy` позволяет рендерить динамический импорт как обычный компонент.
115116

116117
**До:**

0 commit comments

Comments
 (0)