
Vue 3 Deep Dive with Evan You
Lessons
1. Vue 3 Overview
2. Virtual DOM & Render Functions
3. How to use Render Functions
4. Compiler & Renderer API
5. Creating a Mount function
6. Creating a Patch function
7. Intro to Reactivity
8. Building Reactivity from Scratch
9. Building the Reactive API
10. Creating a Mini Vue
11. The Composition API
12. Code Organization
13. Logic Reuse
14. Composition API Example
15. Parting Words
Building Reactivity from Scratch
Evan You builds a small reactivity engine, showing how you can track dependencies and create a small version of reactive references.