Jason Miller: Intro to Virtual DOM Components

Опубликовано: 08 Август 2026
на канале: Toronto JS
722
20

Virtual DOM is powerful idea that is surprisingly simple under the hood. Using Preact’s techniques as a guide, we’ll walk through the whole process of building a virtual DOM renderer from scratch. Then we’ll talk about some optimizations that can be made to our renderer, and see how Preact builds on these ideas.

Jason is the author of Preact, a fast 3kb React alternative with the same ES6 API.