-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
https://blog.jamchenjun.com/2023/02/09/understanding-jsx/
JSX 简介JSX 的介绍参考 React 官方文档 JSX 简介。 JSX 编译后会转为名为 React.createElement 的函数调用。 React.createElement 函数签名1function createElement(type: any, props?: any, ...children: ReactNode[]) createElement 函数接收三个参数。 第一