
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
Parting Words
In this final lesson I ask Evan a few questions about what developers should do to continue learning about Vue 3, the composition API, and render functions.