From the basic principles of the Reactivity System, we will cover a wide range of implementations, from EffectScope to advanced APIs like CustomRef.
⛅
Virtual DOM
We will cover a broad range of implementations, from the basic setup of the Virtual DOM to patch rendering and scheduler implementations.
🔁
Template Compiler
From the fundamental implementation of the template compiler, we will extend our coverage to data binding and directive implementations.
🎁
Single File Component
Starting from the basic implementation of SFCs, we will delve into a wide range of areas, from script setup to compiler macros and scoped CSS implementations.