Skip to content

Commit d71c6e3

Browse files
Sibirajlex111
Sibiraj
authored andcommitted
Remove tooling support info in fragment docs (#2096)
1 parent 03260d7 commit d71c6e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/docs/fragments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ render() {
1818
}
1919
```
2020

21-
There is also a new [short syntax](#short-syntax) for declaring them, but it isn't supported by all popular tools yet.
21+
There is also a new [short syntax](#short-syntax) for declaring them.
2222

2323
## Motivation {#motivation}
2424

@@ -113,8 +113,6 @@ class Columns extends React.Component {
113113

114114
You can use `<></>` the same way you'd use any other element except that it doesn't support keys or attributes.
115115

116-
Note that **[many tools don't support it yet](/blog/2017/11/28/react-v16.2.0-fragment-support.html#support-for-fragment-syntax)** so you might want to explicitly write `<React.Fragment>` until the tooling catches up.
117-
118116
### Keyed Fragments {#keyed-fragments}
119117

120118
Fragments declared with the explicit `<React.Fragment>` syntax may have keys. A use case for this is mapping a collection to an array of fragments -- for example, to create a description list:

0 commit comments

Comments
 (0)