/MiniReact

手写一个简单的React

Primary LanguageJavaScript

  1. createElement 手写
React.createElement("div", { title: "halo" }, "霍尔德");