Update 2018-10-23-react-v-16-6.md

This commit is contained in:
Dan Abramov
2018-10-23 18:36:22 -07:00
committed by GitHub
parent 4675ab0ed8
commit d88cd4ca48

View File

@@ -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.