Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Is there a way to easily implement type-safe routing in Blazor?

$
0
0

I am working on a Blazor project, and couldn't help but notice that the navigation is not type-safe. It is really hindering the development process, as it is really easy to make mistakes related to it. Is there a (failry) easy way, or even a library to make sure to avoid any navigation to non-existent routes?

I tried to search for the problem, but I didn't really find any articles about the issue.


Viewing all articles
Browse latest Browse all 4839

Trending Articles