ReactElement
本章我们来讲解下 packages/react/src/ReactElement.js
的代码。
官网的定义:Elements are the smallest building blocks of React apps.
知识点整理
代码分析
ReactElement
是一个工厂方法,用于创建一个 React Element。React Element 本质就是一个对象。
Last updated
Was this helpful?
本章我们来讲解下 packages/react/src/ReactElement.js
的代码。
官网的定义:Elements are the smallest building blocks of React apps.
ReactElement
是一个工厂方法,用于创建一个 React Element。React Element 本质就是一个对象。
Last updated
Was this helpful?