Tag

App lifecycle

1 views collected around this technical thread.

MaoDou Frontend Team
MaoDou Frontend Team
Jun 14, 2018 · Frontend Development

Mastering WeChat Mini‑Program Basics: Config, Lifecycle, and Page Structure

This guide walks you through the essential components of a WeChat mini‑program, covering global app.json configuration, the App() entry point with its lifecycle callbacks, and the Page() definition with its data and lifecycle methods, illustrated with practical examples.

App lifecycleFrontendPage lifecycle
0 likes · 6 min read
Mastering WeChat Mini‑Program Basics: Config, Lifecycle, and Page Structure
Youzan Coder
Youzan Coder
May 11, 2018 · Mobile Development

WeChat Mini Program Framework Internal Analysis: Startup Process and Instance Management

The article offers a detailed three‑week debugging analysis of the WeChat Mini Program framework (base library 1.9.93), explaining its startup sequence, global variable initialization, core modules, loading and registration of app, custom components and pages, setData data binding, and performance impacts of component count and sub‑package design.

App lifecycleComponent SystemFrontend
0 likes · 10 min read
WeChat Mini Program Framework Internal Analysis: Startup Process and Instance Management