Understanding Vue from the Bottom Up
In this workshop, we will look at Vue from the implementor's perspective and understand how different lower level pieces fit together to form a framework. We will be taking a brief tour of the source code, and then deep dive into two core parts of Vue: the reactivity system and the template compiler. We will discuss how the compiler transforms the template into code that leverages the reactivity system for efficient rendering. This is a relatively advanced workshop and is intended for experienced Vue developers who want to have a deeper understanding of the framework.
- 𝕏.com
Evan You
Creator of Vuejs