svelte-forms-lib icon indicating copy to clipboard operation
svelte-forms-lib copied to clipboard

Document best practices for handling form submission

Open wiverson opened this issue 3 years ago • 0 comments

Problem to solve

I'm starting out with Svelte/SvelteKit. Trying to understand the best way to handle form submission processing and switching between pages in SvelteKit. Lots of information on how to build the form and validate, but the demos pretty much just seem to do something like throw the form data into an alert, which isn't terribly helpful.

Intended users

Any new Svelte/SvelteKit user.

User experience goal

A simple set of best practices for how to handle processing form submission. Endpoint? Context store? Something else?

Proposal

I don't have a proposal - just starting out. :)

wiverson avatar May 10 '22 21:05 wiverson