Browse Source

Fixing a small grammer mistake on the code-splitting page

main
Leigh Halliday 7 years ago
parent
commit
a8e5cc424f
No known key found for this signature in database GPG Key ID: ECEE1F55AA205FC6
  1. 2
      content/docs/code-splitting.md

2
content/docs/code-splitting.md

@ -117,7 +117,7 @@ parse the dynamic import syntax but is not transforming it. For that you will ne
>
> `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 still recommend [React Loadable](https://github.com/thejameskyle/react-loadable). It has a nice [guide for bundle splitting with server-side rendering](https://github.com/thejameskyle/react-loadable#------------server-side-rendering).
The `React.lazy` function lets you render an dynamic import as a regular component.
The `React.lazy` function lets you render a dynamic import as a regular component.
**Before:**

Loading…
Cancel
Save