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