mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
docs(website): correct small typo (#326)
This commit is contained in:
parent
a43795cc3f
commit
8a1684d130
@ -27,7 +27,7 @@ Suspense is supported by `React.lazy` and by `@loadable/component`. `@loadable/c
|
||||
|
||||
## Server Side Rendering
|
||||
|
||||
Suspense is not available server-side and `React.lazy` can only works with Suspense. That's why today, `React.lazy` is not an option if you need Server Side Rendering.
|
||||
Suspense is not available server-side and `React.lazy` can only work with Suspense. That's why today, `React.lazy` is not an option if you need Server Side Rendering.
|
||||
|
||||
`@loadable/component` provides a complete solution to make [Server Side Rendering](/docs/server-side-rendering/) possible.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user