mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update Loadable Components urls (#2602)
This commit is contained in:
committed by
Alexey Pyltsyn
parent
665a9fde42
commit
4ada2dee0e
@@ -109,7 +109,7 @@ parse the dynamic import syntax but is not transforming it. For that you will ne
|
||||
|
||||
> Note:
|
||||
>
|
||||
> `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://www.smooth-code.com/open-source/loadable-components/docs/server-side-rendering/).
|
||||
> `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/gregberge/loadable-components). It has a nice [guide for bundle splitting with server-side rendering](https://loadable-components.com/docs/server-side-rendering/).
|
||||
|
||||
The `React.lazy` function lets you render a dynamic import as a regular component.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user