Vue三要素
- 响应式 如何监听数据变化 - 双向绑定
- 模版引擎 如何解析模版
- 渲染 如何将监听到的数据变化和解析后的HTML进行渲染
- 从浏览器多进程到JS单线程
- How JavaScript works in browser and node?
- How JavaScript works: an overview of the engine, the runtime, and the call stack
- The Javascript Runtime Environment
- What is the Execution Context & Stack in JavaScript?
- The JavaScript runtime environment
- 认识 V8 引擎
- 浏览器的工作原理:新式网络浏览器幕后揭秘
- 一文读懂JS里的Event Loop
- What is Node.js? The JavaScript runtime explained
- Understanding Execution Context and Execution Stack in Javascript