Skip to content

Commit 6a6b917

Browse files
mattfwoodlex111
andcommitted
Fixed minor code-splitting.md typo (#1292)
* Fixed minor code-splitting.md typo * Update code-splitting.md Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent 1705c25 commit 6a6b917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ parse the dynamic import syntax but is not transforming it. For that you will ne
115115

116116
> Note:
117117
>
118-
> `React.lazy` and Suspense is not yet available for server-side rendering. If you want to do code-splitting in a server rendered app, we recommend [Loadable Components](https://github.com/smooth-code/loadable-components). It has a nice [guide for bundle splitting with server-side rendering](https://github.com/smooth-code/loadable-components/blob/master/packages/server/README.md).
118+
> `React.lazy` and Suspense are not yet available for server-side rendering. If you want to do code-splitting in a server rendered app, we recommend [Loadable Components](https://github.com/smooth-code/loadable-components). It has a nice [guide for bundle splitting with server-side rendering](https://github.com/smooth-code/loadable-components/blob/master/packages/server/README.md).
119119
120120
The `React.lazy` function lets you render a dynamic import as a regular component.
121121

0 commit comments

Comments
 (0)