Skip to content

Commit c6bc16d

Browse files
zaguiinigaearon
authored andcommitted
Update 2018-11-27-react-16-roadmap.md (reactjs#1443)
Fixed blank lines.
1 parent 09f5901 commit c6bc16d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/blog/2018-11-27-react-16-roadmap.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ The gradual release strategy helps us refine the APIs, but the transitional peri
3434

3535
### [React 16.6](/blog/2018/10/23/react-v-16-6.html): Suspense for Code Splitting (shipped)
3636

37-
*Suspense* refers to React's new ability to "suspend" rendering while comp
38-
39-
40-
nts are waiting for something, and display a loading indicator. In React 16.6, Suspense supports only one use case: lazy loading components with `React.lazy()` and `<React.Suspense>`.
37+
*Suspense* refers to React's new ability to "suspend" rendering while components are waiting for something, and display a loading indicator. In React 16.6, Suspense supports only one use case: lazy loading components with `React.lazy()` and `<React.Suspense>`.
4138

4239
```js
4340
// This component is loaded dynamically

0 commit comments

Comments
 (0)