Skip to content

Commit c210bdc

Browse files
committed
Add Routing & Navigation section to README
Introduced a new 'Routing & Navigation' section to the README and added Blazouter as a featured library. This helps users discover routing-related libraries and extensions for Blazor applications.
1 parent fb7236b commit c210bdc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Thanks @jsakamoto for this! [Source code](https://github.com/jsakamoto/awesome-b
1616
* [Templates](#templates)
1717
* [Sample Projects](#sample-projects)
1818
* [Tutorials](#tutorials)
19+
* [Routing & Navigation](#routing--navigation)
1920
* [Libraries & Extensions](#libraries--extensions)
2021
* [Source generators](#source-generators)
2122
* [Real-World applications](#real-world-applications)
@@ -286,6 +287,10 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m
286287
* [BlazorDragDrop](https://github.com/Postlagerkarte/Blazor-DragDrop) - ![stars](https://img.shields.io/github/stars/Postlagerkarte/Blazor-DragDrop?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Postlagerkarte/Blazor-DragDrop?style=flat-square&cacheSeconds=86400) A simple drag-and-drop library for Blazor components.
287288
* [BlazorTreeViews](https://github.com/excubo-ag/Blazor.TreeViews) - ![stars](https://img.shields.io/github/stars/excubo-ag/Blazor.TreeViews?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/excubo-ag/Blazor.TreeViews?style=flat-square&cacheSeconds=86400) A customizable tree view component for Blazor applications.
288289

290+
### Routing & Navigation
291+
*Libraries and extensions for routing and navigation.*
292+
* [Blazouter](https://github.com/Taiizor/Blazouter) - ![stars](https://img.shields.io/github/stars/Taiizor/Blazouter?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Taiizor/Blazouter?style=flat-square&cacheSeconds=86400) A powerful React Router-inspired routing library for Blazor applications with true nested routing, lazy loading, route guards, per-route layouts, and rich transitions. Supports Server, WebAssembly, and Hybrid (MAUI) hosting models. [Documentation](https://github.com/Taiizor/Blazouter).
293+
289294
### Tools & Utilities
290295
*Libraries and extensions for state management, cookies, local storage and other specific tools.*
291296
* [Fluxor](https://github.com/mrpmorris/fluxor) - ![GitHub stars](https://img.shields.io/github/stars/mrpmorris/fluxor?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/mrpmorris/fluxor?style=flat-square&cacheSeconds=86400) Zero boilerplate Flux/Redux library for DotNet.

0 commit comments

Comments
 (0)