top | item 37643631

(no title)

lord-squirrel | 2 years ago

I think the name is pretty generic/bad. Maybe you could incorporate some nordic myth etc since they are adding the new runes api to svelte. One thing that could be nice is using something like Zod for input validation, I see alot of "// TODO: validation" ;) Otherwise it looks really cool and might be something I would use for my next sveltekit project, right now I just run with pocketbase + sveltekit for my app.

discuss

order

segbedji|2 years ago

I've been thinking about the right balance for validation. Should I just do a simple checks (check if fields are not undefined, empty strings, etc…), or just plug in Zod.

I will probably go with the latter.