Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 161 Bytes

JSX.md

File metadata and controls

11 lines (7 loc) · 161 Bytes

jsx是将jsx语法转换为js,且一段可以生成html或者虚拟dom的js语法

// 如react中
<com>a</com>
// 转化为
React.createElement();