how to better handle client side validations in svelte-kit?
I'm working on a side project with svelte-tailwind-typescript-zod and I can't for the love of god figure out how to improve client side validations. for now I'm using html validations but if i could use Zod then that would be a hoot!! any thoughts?