You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@
21
21
22
22
<br/>
23
23
24
-
Making SvelteKit **validation** and **display** of forms easier than ever!
24
+
Making SvelteKit **validation** and **displaying** of forms easier than ever!
25
25
26
26
# Feature list
27
27
28
-
-Merging `PageData` and `ActionData` consistently - Forget about which one to use and how, just focus on your data.
29
-
- Server-side data validation using [Zod](https://zod.dev), with output that can be used directly on the client.
28
+
-Seamless merging of `PageData` and `ActionData` - Forget about which one to use and how, just focus on your data.
29
+
- Server- and client-side data validation using [Zod](https://zod.dev), with output that can be used directly on the client.
30
30
-[Auto-centering and auto-focusing](https://superforms.vercel.app/concepts/error-handling#usage-client) on invalid form fields.
31
31
-[Tainted form detection](https://superforms.vercel.app/concepts/tainted), prevents the user from losing data if navigating away from an unsaved form.
32
32
- No JS required as default, but full support for [progressive enhancement](https://superforms.vercel.app/concepts/enhance).
@@ -36,12 +36,12 @@ Making SvelteKit **validation** and **display** of forms easier than ever!
36
36
- Support for [nested data structures](https://superforms.vercel.app/concepts/nested-data), [snapshots](https://superforms.vercel.app/concepts/snapshots) and [multiple forms](https://superforms.vercel.app/concepts/multiple-forms) on the same page.
37
37
- Works both on the server and with [single-page applications](https://superforms.vercel.app/concepts/spa) (SPA)!
38
38
-[Proxy objects](https://superforms.vercel.app/concepts/proxy-objects) for handling data conversions to string and back again.
39
-
-[Client-side validators](https://superforms.vercel.app/concepts/client-validation) for immediate user feedback.
39
+
-Realtime [client-side validators](https://superforms.vercel.app/concepts/client-validation) for immediate user feedback.
40
40
- Provide submit state feedback with three [auto-updating timers](https://superforms.vercel.app/concepts/timers), based on human perception research.
41
41
- Even more care for the user: No form data loss, by [preventing error page rendering](https://superforms.vercel.app/concepts/enhance#differences-from-sveltekits-useenhance) as default.
42
-
- Hook into [a number of events](https://superforms.vercel.app/concepts/events) for full control over the `ActionResult`and the validation update, with a possibility to cancel the update at every step.
42
+
- Hook into [a number of events](https://superforms.vercel.app/concepts/events) for full control over the validation data and the `ActionResult`, with a possibility to cancel the update at every step.
43
43
- Complete customization with a [huge list of options](https://superforms.vercel.app/api#superformform-options).
44
-
- Comes with a Super Debugging Svelte Component: `SuperDebug`.
44
+
- Comes with a Super Debugging Svelte Component: [SuperDebug](https://superforms.vercel.app/api#superdebug).
0 commit comments