From c210bdc2f9b7c853bb9a581847be1232dedc3127 Mon Sep 17 00:00:00 2001 From: Taiizor <41683699+Taiizor@users.noreply.github.com> Date: Sun, 7 Dec 2025 20:03:16 +0300 Subject: [PATCH 1/3] 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0d82e97b..a6e63753 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Thanks @jsakamoto for this! [Source code](https://github.com/jsakamoto/awesome-b * [Templates](#templates) * [Sample Projects](#sample-projects) * [Tutorials](#tutorials) +* [Routing & Navigation](#routing--navigation) * [Libraries & Extensions](#libraries--extensions) * [Source generators](#source-generators) * [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 * [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. * [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. +### Routing & Navigation +*Libraries and extensions for routing and navigation.* +* [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). + ### Tools & Utilities *Libraries and extensions for state management, cookies, local storage and other specific tools.* * [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. From f1fd2370d06510a52b23ac537b893658277850b6 Mon Sep 17 00:00:00 2001 From: Taiizor <41683699+Taiizor@users.noreply.github.com> Date: Sun, 7 Dec 2025 20:04:46 +0300 Subject: [PATCH 2/3] Update Blazouter description in README Revised the Blazouter entry under Routing & Navigation to provide a clearer and more concise summary of its features and compatibility. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e63753..3a1a8b11 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m ### Routing & Navigation *Libraries and extensions for routing and navigation.* -* [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). +* [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) Blazouter brings modern, React Router-inspired routing to Blazor. It provides true nested routes, built‑in route guards, lazy loading, per-route layouts and rich transitions — all type-safe and compatible with Server, WebAssembly, and Hybrid (MAUI) hosting models. ### Tools & Utilities *Libraries and extensions for state management, cookies, local storage and other specific tools.* From 985b0cc59b85badb09f588912176098766dfafc3 Mon Sep 17 00:00:00 2001 From: Taiizor Date: Sun, 7 Dec 2025 20:12:57 +0300 Subject: [PATCH 3/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a1a8b11..7afb5deb 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m ### Routing & Navigation *Libraries and extensions for routing and navigation.* -* [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) Blazouter brings modern, React Router-inspired routing to Blazor. It provides true nested routes, built‑in route guards, lazy loading, per-route layouts and rich transitions — all type-safe and compatible with Server, WebAssembly, and Hybrid (MAUI) hosting models. +* [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) Blazouter brings modern, React Router-inspired routing to Blazor. It provides true nested routes, built-in route guards, lazy loading, per-route layouts and rich transitions — all type-safe and compatible with Server, WebAssembly, and Hybrid (MAUI) hosting models. ### Tools & Utilities *Libraries and extensions for state management, cookies, local storage and other specific tools.*