Form Actions and Server Loaders paradigms for Nuxt.
Form Actions are a convenient way to send data to your server using native HTML forms that can be progressively enhanced.
Server Loaders are a convenient way to load type-safe data from your server into your pages and components, without manually fetching from an API route.