SvelteKit Form Actions bound to TypeScript class + Validation (yup) w/dynamic array.
Last year, i wrote some posts using Svelte w/a forms lib + validation. Now that SvelteKit 1.0 is out, it includes new Form features, specifically Form Actions, which is a great way to do form handling in a very natural way for web browsers and web apps. Here, i’m intending to build a proof-of-concept which […]