Notes and code of the course Vue 3 Deep Dive with Evan You Intro Rendering Mechanism How & when to use Render functions render-fn.js stack.html Compiler & Renderer API Creating a Mount function Implementing a Patch Function Intro to Reactivity Building Reactivity from Scratch Building the Reactive API Creating a Mini Vue The Composition API Code organization Logic Reuse A Composition API Ecample