Tag

dual-thread

1 views collected around this technical thread.

TAL Education Technology
TAL Education Technology
Feb 9, 2023 · Frontend Development

WeChat Mini Program Architecture: From Dual‑Thread Model to Fast Rendering

This article explains the dual‑thread architecture of WeChat Mini Programs, analyzes the rendering WebView and its file structure, and details the fast rendering pipeline that transforms virtual DOM into real DOM for rapid page display.

Fast RenderingWeChat Mini Programdual-thread
0 likes · 7 min read
WeChat Mini Program Architecture: From Dual‑Thread Model to Fast Rendering
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Sep 8, 2022 · Frontend Development

Technical Overview of Xiaohongshu Mini‑App Runtime Architecture and Engineering

The Xiaohongshu mini‑app runtime uses a dual‑thread container separating a Render UI layer and a Service logic layer, linked by a serialized Bridge, with unified iOS/Android containers, Webpack‑based build outputs, priority‑queued messaging, pre‑loading, and AOP performance monitoring to provide fast, scalable, merchant‑focused mini‑apps.

Frontend EngineeringPerformance OptimizationRuntime Architecture
0 likes · 17 min read
Technical Overview of Xiaohongshu Mini‑App Runtime Architecture and Engineering
37 Mobile Game Tech Team
37 Mobile Game Tech Team
Apr 8, 2021 · Frontend Development

How Does WeChat Mini Program Architecture Work? Inside the Dual‑Thread Design

This article explains the origin and dual‑thread architecture of WeChat Mini Programs, detailing how the view (WebView) layer and the JSCore logic layer operate, communicate via JSBridge, and transform WXML/WXSS into HTML/CSS.

ArchitectureMini ProgramWeChat
0 likes · 9 min read
How Does WeChat Mini Program Architecture Work? Inside the Dual‑Thread Design