常阅 API
技术专题
工程化配置
主题
提示
可类比于 vue 中的 h 函数。
h
import { createElement } from 'react' function Vdom() { return createElement('h1', { id: 'title' }, 'hello react') } export default Vdom