Tag

JavaScript framework

1 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Feb 23, 2022 · Frontend Development

Micro-Frontend Architecture: Theory, Implementation, and Practice

Micro‑frontend architecture breaks a monolithic web app into independent, stack‑agnostic sub‑applications that can be developed, deployed, and maintained separately, using techniques such as server‑side or runtime integration and tools like single‑spa, qiankun, or Webpack 5 Module Federation, with qiankun favored for production.

JavaScript frameworkfrontend architecturemicro‑frontend
0 likes · 28 min read
Micro-Frontend Architecture: Theory, Implementation, and Practice
Youzan Coder
Youzan Coder
Dec 23, 2020 · Frontend Development

Vant 3.0: Comprehensive Vue 3 Migration and New Features

Vant 3.0 delivers a full Vue 3 migration, refactoring all components with the Composition API, adding emits options and Teleport support, shrinking bundle size, introducing Badge, Popover and Cascader components, a new Vant Use 1.0 logic library, and upgraded CLI tooling while maintaining Vue 2 compatibility.

JavaScript frameworkVant 3.0Vue 3
0 likes · 7 min read
Vant 3.0: Comprehensive Vue 3 Migration and New Features
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
Tencent Cloud Developer
Tencent Cloud Developer
Jan 17, 2017 · Mobile Development

Understanding WeChat Mini Program Development: Data, UI, and Interaction Patterns

The article explains WeChat Mini Program development through MVC, detailing data acquisition methods, the WXML/WXSS UI stack, unidirectional interaction via setData, a data‑driven architecture that simplifies basics but limits complex UI control, and highlights common pitfalls such as compatibility, IDE instability, and scarce resources.

JavaScript frameworkMobile developmentWeChat Mini Program
0 likes · 12 min read
Understanding WeChat Mini Program Development: Data, UI, and Interaction Patterns