源码分析(一)

本章我们来讲解下 ReactElement.js 的代码。

知识点整理

代码分析

import {REACT_ELEMENT_TYPE} from 'shared/ReactSymbols';

Last updated