Chris Sainty 10/22/2019

Introduction to Routing in Blazor

Read Original

This article introduces routing in Blazor, explaining the shift from traditional web page navigation to Single Page Application (SPA) models. It details how traditional navigation involves full page reloads, while SPAs use virtual navigation by dynamically updating the DOM. The focus is on Blazor's approach to handling routes and navigation within a SPA framework.

Introduction to Routing in Blazor

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week