VirtualDOM-List
VirtualDOM List
-
2015-The difference between Virtual DOM and DOM: React attacks us with the virtual DOM right away, on the main page. This feature seems to be very important!
-
2015-ReactJS | Learning Virtual DOM and React Diff Algorithm
-
2015-深度剖析:如何实现一个 Virtual DOM 算法:本文会在教你怎么用 300~400 行代码实现一个基本的 Virtual DOM 算法,并且尝试尽量把 Virtual DOM 的算法思路阐述清楚。希望在阅读本文后,能让你深入理解 Virtual DOM 算法,给你现有前端的编程提供一些新的思考。
-
2017-The Inner Workings Of Virtual DOM: In this blog, I’ll take a simple example and go over various scenarios to give you an idea as to how they actually work.
-
实现:virtual-dom,how-to-write-your-own-virtual-dom,simple-virtual-dom
-
Benchmark: Virtual DOM Benchmark, how-to-win-in-web-framework-benchmarks
-
2017-asm-dom : A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)
-
2018-You Might Not Need The Virtual DOM: I’ll give an overview of the motivation behind the library, and the way in which it was implemented.
JSX
- 2017-dom-chef : Build DOM elements using JSX automatically.
Data Binding
-
双向绑定的简单实现——基于“脏检测”:本文基于“脏检测”机制实现一个简单的双向绑定。若您对如何使用 ES5 的 getter/setter 实现动态数据绑定较为感兴趣,可移步至双向绑定的简单实现——基于 ES5 对象的 getter/setter 机制。