DEV Community

Discussion on: What Makes React SLOW, What makes React FAST

Collapse
 
e4emre profile image
Emre

"Manipulating the DOM in Javascript is slow" - this is actually false. The entire react framework is built on the false premise that manipulating dom in javascript is slow. And yeah, react is a framework, not a library.