mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-07 20:37:48 +00:00
feat: solid.js form (#471)
* solid commit -a * fix failing tests and formatting * comments + removed unneeded computed * updated changes * prettierd * chore: add Solid Form to script to be deployed * fix: fix typing of solid's Subscribe data * chore: remove errant createEffect * chore: rename Solid's useForm and useField to createForm and createField * chore: remove old mention of React's memoization * chore: add Solid simple example * chore: add Solid yup example * chore: add Zod Solid example * docs: add initial docs for Solid package --------- Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>
This commit is contained in:
@@ -11,7 +11,6 @@ The bare minimum to get started with TanStack Form is to create a form and add a
|
||||
import { useForm } from '@tanstack/vue-form'
|
||||
|
||||
const form = useForm({
|
||||
// Memoize your default values to prevent re-renders
|
||||
defaultValues: {
|
||||
fullName: '',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user