Loading...
This is a client component that renders a form with a form action. On submit, a server action is called with the current form data, which in turn responds with a success or error result.
The form submission also works before hydration, including server-side rendering of the result! This can be simulated by blocking the javascript files.
This is a suspended server component.