Tag

kbone

1 views collected around this technical thread.

Taobao Frontend Technology
Taobao Frontend Technology
Dec 21, 2020 · Frontend Development

How Rax Enables Runtime Rendering for Mini‑Programs: Architecture and Optimizations

This article explains the principles behind Rax's mini‑program runtime scheme, compares it with the compile‑time approach, details the self‑referencing component technique, event system, engineering design, performance tuning measures, mixed usage with custom components, and future optimization directions.

PerformanceRaxRuntime
0 likes · 15 min read
How Rax Enables Runtime Rendering for Mini‑Programs: Architecture and Optimizations
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Nov 6, 2019 · Frontend Development

How to Build a React‑Kbone Mini‑Program: From Setup to Optimization

This article walks through using Kbone to create a React‑based mini‑program that shares code with an existing H5 page, covering framework choice, webpack and Babel configuration, code reuse strategies, bundle size optimization, and practical lessons learned.

CodeReuseMiniProgramReact
0 likes · 15 min read
How to Build a React‑Kbone Mini‑Program: From Setup to Optimization
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Nov 1, 2019 · Frontend Development

How Kbone Bridges Vue Web Apps to WeChat Mini‑Programs: Design & Performance

This article explains the background, architecture, implementation details, performance evaluation, and practical usage of Kbone—a solution that adapts Vue‑based web applications to run as WeChat mini‑programs by simulating DOM, using custom components, and providing a compatible event system.

AdapterWeb Compatibilityfrontend
0 likes · 19 min read
How Kbone Bridges Vue Web Apps to WeChat Mini‑Programs: Design & Performance
Tencent Cloud Developer
Tencent Cloud Developer
Oct 31, 2019 · Frontend Development

Kbone: A New Approach to WeChat Mini-Program and Web Co-development

Kbone is an open-source framework by WeChat enabling Vue apps to compile to both web and mini‑programs via a fake DOM adapter, allowing reuse of Vue code, custom components, and minimal changes, with performance acceptable for typical mini‑program pages.

AdapterCross‑PlatformWeChat Mini-Program
0 likes · 18 min read
Kbone: A New Approach to WeChat Mini-Program and Web Co-development
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 8, 2019 · Frontend Development

How kbone Bridges Vue Web Apps to WeChat Mini‑Programs: A Practical Deep Dive

This article explores kbone's ability to compile Vue‑based web code into WeChat mini‑programs, detailing its build and runtime mechanisms, component adaptation, style compatibility challenges, practical implementation experiences, and tips for integrating kbone into new or existing projects.

component adaptationfrontendkbone
0 likes · 9 min read
How kbone Bridges Vue Web Apps to WeChat Mini‑Programs: A Practical Deep Dive