Alibaba Terminal Technology
Author

Alibaba Terminal Technology

Official public account of Alibaba Terminal

484
Articles
0
Likes
4
Views
0
Comments
Recent Articles

Latest from Alibaba Terminal Technology

100 recent articles max
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 21, 2022 · R&D Management

Enabling Multi‑Branch Collaboration on Low‑Code Platforms

This article explains why multi‑person collaboration is needed in low‑code development, analyzes current pain points, and presents a two‑step strategy—reducing coupling and applying a robust branch‑management model—along with detailed technical implementation using Git, schema conversion, and visual diff tools.

DevOpsGitMulti-branch
0 likes · 14 min read
Enabling Multi‑Branch Collaboration on Low‑Code Platforms
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 20, 2022 · Fundamentals

What’s New in ECMAScript? Inside the Journey from Stage 0 to Stage 4 Proposals

This article reviews recent TC39 proposals—including Intl.Enumeration, Explicit Resource Management, Set Methods, Well‑Formed Unicode strings, ArrayBuffer transfer, and others—explaining their stage‑gate requirements, core API changes, example code, and how they advance the JavaScript language.

ECMAScriptLanguage ProposalsSet methods
0 likes · 14 min read
What’s New in ECMAScript? Inside the Journey from Stage 0 to Stage 4 Proposals
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 6, 2022 · Frontend Development

Why Headless UI Is Shaping the Future of React Component Design

An in‑depth exploration of Headless UI explains its React‑Hooks‑based, UI‑agnostic architecture, the problems it solves compared to traditional class components, and how extracting state logic into custom hooks enables highly customizable, reusable components while highlighting its advantages, drawbacks, ecosystem, and future prospects.

React HooksUI architectureheadless UI
0 likes · 15 min read
Why Headless UI Is Shaping the Future of React Component Design
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 24, 2022 · Frontend Development

Why Cross‑Platform Development Keeps Evolving and How to Future‑Proof Your Code

This article reviews the evolution of cross‑platform technologies—from web containers to native‑container frameworks and self‑rendering engines—examining their changing trade‑offs, the push for standardization, and practical strategies to keep business code stable across ever‑fragmented devices.

Cross‑platformReact NativeStandardization
0 likes · 15 min read
Why Cross‑Platform Development Keeps Evolving and How to Future‑Proof Your Code
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 22, 2022 · Frontend Development

When Iframe Beats Micro‑Frontend: A Practical Guide to Seamless System Integration

This article examines the advantages and drawbacks of using iframes for embedding one system into another, outlines suitable scenarios, and provides a step‑by‑step implementation—including URL synchronization, navigation handling, and loading management—using React and plain JavaScript to achieve a smooth, micro‑frontend‑free integration.

System Integrationfrontendiframe
0 likes · 20 min read
When Iframe Beats Micro‑Frontend: A Practical Guide to Seamless System Integration