Files
react.dev/docs
Michelle Todd a753bcc8da [Docs] Reword section on React without JSX
Summary:
This section was confusing. I reworded it from:

"JSX is completely optional. You don't have to use JSX with React.
You can create these trees through `React.createElement`. The first
argument is the tag, pass a properties object as the second
argument and children to the third argument."

to:

"JSX is completely optional; you don't have to use JSX with React.
You can create React elements in plain JavaScript using
`React.createElement`, which takes a tag name or component, a
properties object, and variable number of optional child
arguments."

and additionally added another child element to the example code.

Test Plan:
Read the new paragraph!
2015-02-16 17:12:19 -08:00
..
2014-08-13 11:40:14 -07:00
2015-02-06 17:31:33 +08:00
2015-02-06 17:31:33 +08:00
2015-01-09 10:19:42 +08:00
2015-02-06 16:26:43 +08:00
2015-02-06 14:47:56 +08:00
2014-12-06 15:49:22 -08:00
2015-02-11 10:53:57 -08:00
2015-02-06 17:31:33 +08:00
2015-02-06 17:31:33 +08:00
2015-02-06 17:31:33 +08:00