Hacker News new | past | comments | ask | show | jobs | submit login

Probably taken from: https://reactjs.org/docs/faq-internals.html#:~:text=The%20vi....

Tl;dr It's a representation of the Document Object Model in JavaScript/application land. Changes are made to it before updating the actual DOM, because real updates will cause reflows, repaints and other expensive operations that can slow down the page.

No idea what that has to do with anything else GP said though.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: