Progressive forms
Start with native
browser behavior.
Nexis preserves the regular HTML form. Its client runtime can then layer in loading and response behavior without making the basic submission depend on hydration.
FORM RUNTIME
The form remains useful when scripts are absent.
Native fields, browser validation, and ordinary submission remain the baseline. A production Action should validate input on the server, enforce trusted origins, and use CSRF and idempotency controls where appropriate.
native→enhanced→validated server action