Tagged articles
3 articles
Page 1 of 1
Sohu Smart Platform Tech Team
Sohu Smart Platform Tech Team
Feb 4, 2026 · Backend Development

How Low‑Code Platforms Supercharge Operational Backend Development Efficiency

This article examines how low‑code platforms can dramatically improve the development speed, cost efficiency, and maintainability of operational back‑ends by offering visual page building, reusable components, one‑click publishing, and native code export, ultimately supporting rapid digital transformation.

Backend DevelopmentOperational Efficiencycustom components
0 likes · 11 min read
How Low‑Code Platforms Supercharge Operational Backend Development Efficiency
Baidu Geek Talk
Baidu Geek Talk
Jul 1, 2024 · Frontend Development

NPM Component Extension Package Design and Development Practice for Baidu's Low-Code Platform

The article details how Baidu’s low‑code platform uses NPM Component Extension Packages to let developers create and register custom UI components—supporting Vue 2, Vue 3, React, jQuery, and UniApp—via the amis‑widget CLI, offering local preview, debugging, and publishing workflows for flexible, multi‑stack integration.

amiscomponent-extensioncustom components
0 likes · 17 min read
NPM Component Extension Package Design and Development Practice for Baidu's Low-Code Platform
政采云技术
政采云技术
Aug 16, 2023 · Frontend Development

Why rc-form Fields Do Not Disappear: The Importance of Ref Callbacks and clearField in Custom Components

This article explains why fields registered with rc-form may persist and continue to run validation when using functional custom components, analyzes the internal mechanisms of getFieldMeta, clearField, and saveRef, and shows that adding forwardRef support resolves the disappearance and validation issues.

ReactRefcustom components
0 likes · 14 min read
Why rc-form Fields Do Not Disappear: The Importance of Ref Callbacks and clearField in Custom Components