mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Rewording for clarity
This commit is contained in:
@@ -47,7 +47,7 @@ React's JSX uses the upper vs. lower case convention to distinguish between loca
|
||||
|
||||
## The Transform
|
||||
|
||||
React JSX transforms from an XML-like syntax into native JavaScript. XML elements, attributes and children are transformed into arguments to `React.createElement`.
|
||||
React JSX transforms from an XML-like syntax into native JavaScript. XML elements, attributes and children are transformed into arguments that are passed to `React.createElement`.
|
||||
|
||||
```javascript
|
||||
var Nav;
|
||||
|
||||
Reference in New Issue
Block a user