利用 create-react-app 快速创建一个项目模板; 删掉src下的源文件,替换成 index.js 首先我们先要用一个对象定义一个虚拟DOM的数据结构: Element { type: 'ul', props: { class: 'list' }, children: [ Element{ type: 'li', props: { ...
利用 create-react-app 快速创建一个项目模板; 删掉src下的源文件,替换成 index.js 首先我们先要用一个对象定义一个虚拟DOM的数据结构: Element { type: 'ul', props: { class: 'list' }, children: [ Element{ type: 'li', props: { ...