Tag

Native Bridge

0 views collected around this technical thread.

NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Dec 12, 2022 · Mobile Development

Design and Evolution of the Container Communication Layer in NetEase Yanxuan Mobile App

The NetEase Yanxuan app replaced its fragmented container bridges with a unified NativeBridge protocol and modular core, enabling H5, Flutter, RN and future containers to communicate with native modules through a single adaptation layer, dramatically lowering development cost, improving maintainability, and supporting business‑agnostic, backward‑compatible integration.

Container CommunicationNative Bridgearchitecture
0 likes · 18 min read
Design and Evolution of the Container Communication Layer in NetEase Yanxuan Mobile App
58 Tech
58 Tech
Jul 17, 2020 · Mobile Development

React Native Performance Optimization: Principles, Bottlenecks, and Practical Practices

This article analyzes the performance bottlenecks of React Native applications, explains the framework's working principles, and presents practical optimization strategies such as bundle splitting, JS bytecode, data synchronization via an information center, and native‑driven list components to improve rendering speed and responsiveness.

Native BridgeOptimizationReact Native
0 likes · 9 min read
React Native Performance Optimization: Principles, Bottlenecks, and Practical Practices
Ctrip Technology
Ctrip Technology
May 27, 2019 · Mobile Development

Leveraging JavaScriptCore for Lightweight Native iOS UI Bridging with JavaScript

Facing iOS App Store review delays, the article explores a lightweight approach that combines native iOS UI with JavaScript via JavaScriptCore, detailing JSContext and JSValue usage, code examples for UI components, and the conversion process that enables dynamic, low‑overhead UI updates without heavy frameworks.

JavaScriptCoreNative BridgeReact Native
0 likes · 11 min read
Leveraging JavaScriptCore for Lightweight Native iOS UI Bridging with JavaScript
360 Tech Engineering
360 Tech Engineering
Nov 27, 2018 · Frontend Development

Development Practices for the 360 AI Speaker H5 Mobile Application

This article details the development of the 360 AI speaker’s H5 mobile application, covering project environment setup, native‑WebView interaction, custom Chinese font handling, dynamic form input components, and Docker deployment, providing practical front‑end engineering insights and code examples for similar projects.

Custom FontDockerNative Bridge
0 likes · 14 min read
Development Practices for the 360 AI Speaker H5 Mobile Application