DEV Community

Discussion on: Working with forms in SvelteKit coming from React

Collapse
 
nicholascostadev profile image
Nicholas Costa

My goto way of doing forms with svelte is also using superforms to handle everything, it makes our life much easier, but I thought that would be a little overhead for an introductory article.

Collapse
 
polaroidkidd profile image
Daniel Einars

Yeah, superforms can get advanced quickly. Definitely a good call!