Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遵循了Airbnb React/JSX 风格指南,它说“总是自关闭没有孩子的标签”。
它也适用于<i></i>通常没有孩子的标签吗?可以像<i className="fa fa-info" />JSX 那样写吗?
<i></i>
<i className="fa fa-info" />
是的,你可以,我只是把一个代码框放在一起,它似乎正在工作。
https://codesandbox.io/s/XoMNlLzpo