Tag

C-API

1 views collected around this technical thread.

JD Tech
JD Tech
Jun 9, 2025 · Frontend Development

How Taro on Harmony C‑API Delivers Native‑Level Performance for Cross‑Platform Apps

This article introduces Taro's open‑source Harmony C‑API solution, detailing its architecture, rich component and CSS support, performance optimizations, and step‑by‑step installation guide that enable developers to build native‑grade Harmony OS applications using familiar web technologies.

C-APIHarmonyOSTaro
0 likes · 10 min read
How Taro on Harmony C‑API Delivers Native‑Level Performance for Cross‑Platform Apps
JD Tech Talk
JD Tech Talk
Jun 3, 2025 · Frontend Development

Taro on Harmony C-API: Open-Source Cross-Platform Framework for Native Harmony Apps

The article introduces Taro's open-source C-API version for HarmonyOS, detailing its architecture, rich component and CSS support, high-performance rendering, hybrid native integration, and step‑by‑step installation guide, positioning it as a leading frontend solution for cross‑platform development.

C-APIHarmonyOSReact
0 likes · 9 min read
Taro on Harmony C-API: Open-Source Cross-Platform Framework for Native Harmony Apps
JD Retail Technology
JD Retail Technology
May 27, 2025 · Frontend Development

Taro on Harmony C‑API: Cross‑Platform Frontend Framework for HarmonyOS

The article introduces Taro on Harmony's C‑API version, detailing its evolution, open‑source release, three‑layer architecture, rich component and CSS support, high‑performance rendering, installation steps, and future roadmap, positioning it as a leading framework for developing native‑like HarmonyOS applications.

C-APIHarmonyOSReact
0 likes · 9 min read
Taro on Harmony C‑API: Cross‑Platform Frontend Framework for HarmonyOS
JD Tech Talk
JD Tech Talk
Apr 28, 2025 · Mobile Development

Taro on HarmonyOS: Evolution and Performance Optimization of a Cross-Platform Framework

This article details JD's Taro framework adaptation for HarmonyOS, tracing its evolution from ArkTS-based to C-API-driven single- and multi-threaded architectures, highlighting performance gains, feature support, and future enhancements for native-like HarmonyOS app development.

C-APIHarmonyOSMulti-threading
0 likes · 9 min read
Taro on HarmonyOS: Evolution and Performance Optimization of a Cross-Platform Framework
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 14, 2024 · Mobile Development

ohos_react_native: Adapting React Native 0.72.5 to OpenHarmony with Fabric and TurboModule

The article explains how the open‑source ohos_react_native project brings React Native 0.72.5 to OpenHarmony, detailing its support for the New Architecture, Fabric rendering, C‑API performance gains, TurboModule variants, and the current migration status of related packages.

C-APIFabricMobile Development
0 likes · 7 min read
ohos_react_native: Adapting React Native 0.72.5 to OpenHarmony with Fabric and TurboModule
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 13, 2024 · Frontend Development

Using ArkUI C/C++ API for Native UI Layout in HarmonyOS

This article explains how to create and bind native UI components in HarmonyOS by leveraging ArkUI's C/C++ API, covering project setup, library linking, module interface acquisition, node creation, attribute setting, and integration with ArkTS through NodeContent and ContentSlot.

ArkUIC++C-API
0 likes · 10 min read
Using ArkUI C/C++ API for Native UI Layout in HarmonyOS
JD Tech
JD Tech
Apr 3, 2024 · Backend Development

Understanding JavaScript Engines: QuickJS, V8, TurboFan, and Integration with libuv

This article provides a comprehensive technical overview of JavaScript language standards, the architecture and optimization techniques of major JavaScript engines such as V8 and TurboFan, introduces the lightweight QuickJS engine with its features, file layout and memory management, and demonstrates how to embed QuickJS with libuv for asynchronous I/O using detailed C code examples.

C-APIJavaScriptQuickJS
0 likes · 15 min read
Understanding JavaScript Engines: QuickJS, V8, TurboFan, and Integration with libuv
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 24, 2019 · Databases

Analysis of MYSQL_OPT_READ_TIMEOUT Behavior in the MySQL C API

This article examines the MySQL C API option MYSQL_OPT_READ_TIMEOUT, comparing official documentation that claims a three‑times timeout with empirical tests and source‑code analysis across MySQL 5.7.20, 5.0.96, and later versions, revealing outdated documentation and a historic bug.

Bug AnalysisC-APIMySQL
0 likes · 5 min read
Analysis of MYSQL_OPT_READ_TIMEOUT Behavior in the MySQL C API