Tag

Form Management

0 views collected around this technical thread.

Goodme Frontend Team
Goodme Frontend Team
Mar 4, 2024 · Frontend Development

Mastering Formily: Data Management, Field Dependencies, and Precise Updates

This article explains how Formily structures form data, manages field dependencies through a publish‑subscribe model, and achieves precise component updates using a custom reactive system, providing practical code examples for frontend developers.

Form ManagementFormilyJavaScript
0 likes · 10 min read
Mastering Formily: Data Management, Field Dependencies, and Precise Updates
Sohu Tech Products
Sohu Tech Products
Jan 3, 2024 · Frontend Development

Controlled vs Uncontrolled Forms in React: Modern Form Management with Hooks

The article compares React's controlled and uncontrolled form patterns, explains how modern hook‑based techniques—such as useForm, Context, and react‑hook‑form—streamline state management, improve performance, and simplify validation, illustrated by the evolution from antd3’s HOC approach to antd4’s Context‑driven architecture.

Form ManagementFormsReact-Hook-Form
0 likes · 9 min read
Controlled vs Uncontrolled Forms in React: Modern Form Management with Hooks