sveltekit-ssr-form-actions Svelte Themes

Sveltekit Ssr Form Actions

Testing ssr and form actions

Test repository for turning ssr on / off and form actions

npm install
npm run dev

Enter anything in the text field, hit the submit button. The response from the server should appear below the form, however there is nothing returned in the variable form.

In src/routes/layout.server.ts, set ssr to true. Retry the form; you will see a valid response.

Top categories

Loading Svelte Themes