bmdavis419 / svelte-form-action-ts

A small example, showing off how to handle SvelteKit form actions in a fairly type safe, and clean way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions + Zod

Super, super simple example showing how to efficiently parse formData in a form action.

The package you need is here: pnpm add zod-form-data

Files of note

About

A small example, showing off how to handle SvelteKit form actions in a fairly type safe, and clean way


Languages

Language:Svelte 42.6%Language:TypeScript 26.9%Language:JavaScript 21.8%Language:HTML 7.4%Language:CSS 1.3%