ReactElement
在(一)中实践发现,jsx转换成React.createElement代码,这个API的作用是生成虚拟dom,转换成html标签。
1 | export function createElement(type, config, children) { |
在(一)中实践发现,jsx转换成React.createElement代码,这个API的作用是生成虚拟dom,转换成html标签。
1 | export function createElement(type, config, children) { |