Jason Miller: Intro to Virtual DOM Components

Опубликовано: 11 Февраль 2025
на канале: Toronto JS
671
18

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.