标签: reactjs
JSX支持的属性之一是html标记: http://facebook.github.io/react/docs/tags-and-attributes.html
但是,使用React.renderComponent时,需要DOMelement作为容器。因此,在使用html标记呈现JSX时,应该将哪个DOMelement用作容器?
答案 0 :(得分:2)
您可以使用"文档"。
react.renderComponent(<App />, document);