|
|
@ -6,7 +6,7 @@ prev: jsx-in-depth.html |
|
|
|
next: jsx-gotchas.html |
|
|
|
--- |
|
|
|
|
|
|
|
If you know all the properties that you want to place on a component a head of time, it is easy to use JSX: |
|
|
|
If you know all the properties that you want to place on a component ahead of time, it is easy to use JSX: |
|
|
|
|
|
|
|
```javascript |
|
|
|
var component = <Component foo={x} bar={y} />; |
|
|
|