Tag

Component System

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Aug 18, 2022 · Mobile Development

Understanding the Dual‑Thread Architecture of WeChat Mini Programs: Model, Components, Runtime, and Optimization

This article explains the dual‑thread architecture of WeChat Mini Programs, covering the separation of view and logic layers, component systems, native component rendering, data communication, runtime mechanisms, and a series of performance‑optimisation techniques for developers.

Component SystemDual-Thread ArchitectureMobile Development
0 likes · 32 min read
Understanding the Dual‑Thread Architecture of WeChat Mini Programs: Model, Components, Runtime, and Optimization
政采云技术
政采云技术
Sep 22, 2019 · Frontend Development

Luban: A Visual Front‑End Page Building System for Rapid Development

The article introduces Luban, a visual page‑building platform created by the Zhengcaiyun front‑end team to address growing business demands, reduce repetitive coding, improve deployment speed, and empower both developers and operations through component‑based, static‑site generation using Vue, Node, and MySQL.

Component SystemVuedevelopment efficiency
0 likes · 11 min read
Luban: A Visual Front‑End Page Building System for Rapid Development
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 SystemMobile Development
0 likes · 10 min read
WeChat Mini Program Framework Internal Analysis: Startup Process and Instance Management
Architecture Digest
Architecture Digest
Feb 4, 2018 · Game Development

Understanding Entity‑Component‑System (ECS) Architecture in Game Development

This article explains the origins, design principles, advantages, and trade‑offs of the Entity‑Component‑System (ECS) pattern in game development, illustrating how moving logic from Components and Managers into Systems can improve modularity, cache friendliness, and multithreading while highlighting potential pitfalls and decoupling strategies.

Component SystemECSGame Architecture
0 likes · 9 min read
Understanding Entity‑Component‑System (ECS) Architecture in Game Development
Qunar Tech Salon
Qunar Tech Salon
Aug 9, 2017 · Frontend Development

Building a Front‑End System: Connecting Design, Backend, and Self‑Organization

The article explores how modern front‑end teams can construct a robust system by standardising component libraries, strengthening collaboration with designers and back‑end engineers, adopting cross‑platform adaptation layers, and improving process automation to achieve stable, scalable product development.

Backend IntegrationComponent SystemProcess Automation
0 likes · 15 min read
Building a Front‑End System: Connecting Design, Backend, and Self‑Organization