Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

react操作真实dom是否还需要使用state

$
0
0

react可以通过更新state来更新dom, 但操作真实dom获取一些元素信息,改变display,或者top之类的时, 如dom.style.xx,直接操作也能生效。 这个时候是否还需要将状态加入state中,而不是直接使用,性能上有区别么?


Viewing all articles
Browse latest Browse all 14821

Trending Articles