标签: javascript reactjs
我正在尝试在javascript上渲染反应组件,所以我尝试了很多东西而且没有任何正面。为什么这不会渲染? :
this.qwe = document.createElement('react-component'); this.qwe.setAttribute("name","qweqwe"); tr.appendChild(this.qwe); this.tBody.appendChild(tr);