recoil-form:快速的React表格建立在Recoil之上

时间:2024-05-22 02:54:47
【文件属性】:

文件名称:recoil-form:快速的React表格建立在Recoil之上

文件大小:213KB

文件格式:ZIP

更新时间:2024-05-22 02:54:47

TypeScript

recoil-form :快速建立在反冲之上的React形式 安装 npm install --save recoil-form recoil // or yarn add recoil-form recoil 工作正在进行中 该项目目前处于“进行中”状态 API和用法 Form组成 使用Form组件作为Form的主要容器。 该组件创建特殊的表单上下文,因此所有其他组件只能在Form组件内部使用。 道具 initialValues: { [name: string]: any | Promise } 表单的初始字段值。 如果将promise作为字段的初始值传递,则该字段将被挂起,直到promise被解析,并且已解析的promise值将用作字段值。 有关更多详细信息,请参见Field 。 onSubmit: (values, { setErrors, setValues, res


【文件预览】:
recoil-form-master
----.gitignore(346B)
----tsconfig.json(528B)
----README.md(7KB)
----.github()
--------workflows()
----test()
--------components()
--------atoms()
--------hooks()
----LICENSE(1KB)
----package.json(2KB)
----src()
--------components()
--------utils()
--------atoms()
--------contexts()
--------constants()
--------types.d.ts(32B)
--------index.ts(909B)
--------hooks()
----example()
--------index.tsx(3KB)
--------tsconfig.json(459B)
--------package.json(571B)
--------.npmignore(24B)
--------index.html(340B)
--------yarn.lock(224KB)
----.editorconfig(147B)
----yarn.lock(263KB)
----.eslintrc.js(193B)

网友评论