Skip to content

Commit 4367566

Browse files
authored
Remove part about stateless components (#2694)
1 parent e5edde7 commit 4367566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/react-without-jsx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ReactDOM.render(
4040

4141
If you're curious to see more examples of how JSX is converted to JavaScript, you can try out [the online Babel compiler](babel://jsx-simple-example).
4242

43-
The component can either be provided as a string, or as a subclass of `React.Component`, or a plain function for stateless components.
43+
The component can either be provided as a string, as a subclass of `React.Component`, or a plain function.
4444

4545
If you get tired of typing `React.createElement` so much, one common pattern is to assign a shorthand:
4646

0 commit comments

Comments
 (0)