@ -0,0 +1,9 @@
# 深入理解 JSX
```javascript
/**
**/
React.createElement(type, config, children)
```
有对应 DOM 节点的组件被称为 Host Component