Skip to content

Commit 5717e3c

Browse files
committed
Readme update for 1.0
1 parent 5e99a59 commit 5717e3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
<br/>
2323

24-
Making SvelteKit **validation** and **display** of forms easier than ever!
24+
Making SvelteKit **validation** and **displaying** of forms easier than ever!
2525

2626
# Feature list
2727

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.
3030
- [Auto-centering and auto-focusing](https://superforms.vercel.app/concepts/error-handling#usage-client) on invalid form fields.
3131
- [Tainted form detection](https://superforms.vercel.app/concepts/tainted), prevents the user from losing data if navigating away from an unsaved form.
3232
- 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!
3636
- 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.
3737
- Works both on the server and with [single-page applications](https://superforms.vercel.app/concepts/spa) (SPA)!
3838
- [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.
4040
- Provide submit state feedback with three [auto-updating timers](https://superforms.vercel.app/concepts/timers), based on human perception research.
4141
- 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.
4343
- 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).
4545

4646
# Installation
4747

0 commit comments

Comments
 (0)