diff --git a/自顶向下学 React 源码/深入理解 JSX.md b/自顶向下学 React 源码/深入理解 JSX.md new file mode 100644 index 0000000..9e559ab --- /dev/null +++ b/自顶向下学 React 源码/深入理解 JSX.md @@ -0,0 +1,9 @@ +# 深入理解 JSX +```javascript +/** + +**/ +React.createElement(type, config, children) +``` + +有对应 DOM 节点的组件被称为 Host Component \ No newline at end of file