Tag

Remax

0 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Nov 5, 2021 · Frontend Development

Cross‑Platform Mini‑Program Development with Remax: Background, Usage, and Engineering Practices

This article examines the need for cross‑platform mini‑program frameworks, compares compile‑time and runtime solutions such as Kbone, Taro, Nanachi, Rax and Remax, demonstrates Remax installation and basic usage, and shares engineering strategies for integrating native mini‑program code and managing multi‑team projects.

Cross-PlatformMini-ProgramReact
0 likes · 21 min read
Cross‑Platform Mini‑Program Development with Remax: Background, Usage, and Engineering Practices
Qunar Tech Salon
Qunar Tech Salon
Dec 17, 2020 · Frontend Development

Adapting React Native to Mini‑Programs with the qrn‑remax‑unir Component Library

This article introduces the qrn‑remax‑unir library, explains how the QuNar front‑end team adapted React Native code to run on H5 and various mini‑program platforms using Remax, discusses the design choices, implementation details, style handling strategies, animation support, and provides usage instructions and code examples.

Cross-PlatformFrontend DevelopmentMini-Program
0 likes · 14 min read
Adapting React Native to Mini‑Programs with the qrn‑remax‑unir Component Library
Qunar Tech Salon
Qunar Tech Salon
Oct 30, 2020 · Frontend Development

Multi‑Platform Development Strategy: Converting React Native to H5 and Mini‑Programs with react‑native‑web and Remax

This article outlines a practical multi‑platform solution that transforms a React‑Native codebase into both H5 web pages and various mini‑programs by leveraging react‑native‑web for web compilation and Remax for mini‑program rendering, while employing webpack tricks for dynamic, per‑platform builds.

Frontend DevelopmentReact NativeRemax
0 likes · 10 min read
Multi‑Platform Development Strategy: Converting React Native to H5 and Mini‑Programs with react‑native‑web and Remax