
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
The Composition API
Learn how to use the new Vue 3 Composition API to scale your Vue applications and how the new watchEffect methods works.