Dan Abramov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/blog/2018-10-23-react-v-16-6.md
|
@ -32,7 +32,7 @@ function MyComponent() ( |
|
|
); |
|
|
); |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
The Suspense component will also allow library authors to start building data fetching with Suspense support. |
|
|
The Suspense component will also allow library authors to start building data fetching with Suspense support in the future. |
|
|
|
|
|
|
|
|
> Note: This feature is not yet available for server-side rendering. Suspense support will be added in a later release. |
|
|
> Note: This feature is not yet available for server-side rendering. Suspense support will be added in a later release. |
|
|
|
|
|
|
|
|