Progressive enhancement of form submission & navigation #46399
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-full-stack-web-ui
Full stack web UI with Blazor
Priority:1
Work that is critical for the release, but we could probably ship without
Milestone
Normally page navigations and form submissions require a full page load. With progressive enhancement, page navigations and form submissions can be handled more efficiently by intercepting the navigation and patching the DOM. This makes the user experience much smoother and faster while preserving more of the user's context on the page. If JS functionality is not available for whatever reason the app degrades gracefully to normal page loads.
The text was updated successfully, but these errors were encountered: