1. 首页
  2. 数据库
  3. 其它
  4. smashing form:React中由MobX驱动的表单 源码

smashing form:React中由MobX驱动的表单 源码

上传者: 2021-04-26 07:07:06上传 ZIP文件 252.81KB 热度 14次
粉碎形式 :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
下载地址
用户评论