粉碎形式 :high_voltage: 快速输入重新呈现-不重新呈现整个表单 :bacon: 煮熟的api :OK_hand: 基于表单验证 :balance_scale: 例子 安装 npm install --save @smashing/form mobx mobx-react-lite 用法 import * as React from 'react' import { useForm } from '@smashing/form' const CustomTextInput = props => < input type = "text" { ... props } / > export const MyForm = ( ) => { // Use `useForm` hook. `initialValues` is the only required value. const { Form , Field , form } = useForm