React's real legacy. A follow-up to: What is Virtual DOM?

React's real legacy. A follow-up to What is Virtual DOM? Virtual DOM, 2 years later I wrote What is virtual DOM? back in 2014 when I was learning React. I »

What is virtual DOM?

In short, virtual DOM is a key part of an emerging trend in building speedy, sane web UIs But let's dig deeper. I started hearing mention of this mystical new »

What is the DOM?

DOM stands for Document Object Model. Its a way of representing a structured document via objects. On the web, we have (primarily HTML) documents that make up our web pages. »