Glossary

server action

Web
also: actions · form action · form actions

A SvelteKit function that handles a form submission on the server. It receives the submitted data, runs your logic (like inserting a database row), and SvelteKit refreshes the page with the result afterward.