How to display error message without using +page.server.ts
I am using shadcn-svelte form for my Svelte application. Currently, I am trying to validate my form data client-side using Zod and display the error messages below the input fields. However, I’m not sure if my current approach is the best way to handle errors.