React是怎么运行起来的
2022-07-19 | 3分钟 | yrobot |
react,react-dom,解读,jsx,babel,compiler
React
.
create
Element(
type
, [
props
], [
...
children
])
;
WebComponent问题实录
读源码理解ReactDOMServer