We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5edde7 commit 4367566Copy full SHA for 4367566
content/docs/react-without-jsx.md
@@ -40,7 +40,7 @@ ReactDOM.render(
40
41
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).
42
43
-The component can either be provided as a string, or as a subclass of `React.Component`, or a plain function for stateless components.
+The component can either be provided as a string, as a subclass of `React.Component`, or a plain function.
44
45
If you get tired of typing `React.createElement` so much, one common pattern is to assign a shorthand:
46
0 commit comments