Tag

San framework

1 views collected around this technical thread.

Baidu App Technology
Baidu App Technology
Dec 4, 2020 · Frontend Development

San: Baidu's Lightweight MVVM Component Framework and Its Real-World Applications

San, Baidu’s lightweight MVVM component framework launched in 2016, combines Vue‑inspired templates, high performance, tiny bundles, and IE6+ compatibility, offering server‑side rendering and a robust ecosystem, and has delivered measurable efficiency and speed gains across Baidu’s flagship web products.

BaiduJavaScript frameworkMVVM
0 likes · 15 min read
San: Baidu's Lightweight MVVM Component Framework and Its Real-World Applications
Baidu App Technology
Baidu App Technology
May 22, 2019 · Frontend Development

San Framework Performance Evolution: A MVVM Framework's Optimization Journey

The article chronicles San, Baidu’s MVVM framework, detailing how template parsing, hotspot pre‑heating, cloneNode element creation, property‑handler caching, traversal interruption, list‑rendering shortcuts like trackBy, and numerous micro‑optimizations such as avoiding call/apply and extra loops collectively boost view creation and update performance.

BaiduMVVM frameworkSan framework
0 likes · 26 min read
San Framework Performance Evolution: A MVVM Framework's Optimization Journey