tweaks in docs
This commit is contained in:
parent
59dfbf0afc
commit
24b7150b3c
7 changed files with 62 additions and 15 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
### Description
|
||||
|
||||
JSX is a syntax extension that enables you to write HTML tags interspersed with Javascript.
|
||||
JSX is a syntax extension that enables you to write HTML tags interspersed with Javascript. It's not part of any Javascript standards and it's not required for building applications, but it may be more pleasing to use depending on your team's preferences.
|
||||
|
||||
```jsx
|
||||
var MyComponent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue