Skip to content

Conversation

@Taiizor
Copy link

@Taiizor Taiizor commented Dec 7, 2025

Summary

This PR adds Blazouter to the Libraries & Extensions section under a new "Routing & Navigation" category.

Changes

  • Added "Routing & Navigation" subsection to the table of contents
  • Created new "Routing" category under "Individual components" in Libraries & Extensions
  • Added Blazouter project with description, badges, and documentation link

About Blazouter

Blazouter is a powerful React Router-inspired routing library for Blazor applications that brings modern routing capabilities to the Blazor ecosystem:

  • True nested routing - Not just @page directives
  • Lazy loading - Load components on-demand
  • Route guards - Built-in authentication and authorization
  • Per-route layouts - Dynamic layout management
  • Route transitions - 14 built-in animation types
  • Type-safe - Full IntelliSense support
  • Multi-platform - Supports Blazor Server, WebAssembly, and Hybrid (MAUI)

The project is actively maintained and includes comprehensive documentation, samples, and TypeScript integration for enhanced browser features.

Related Links


Note: This addition follows the existing format and style of the awesome-blazor list, including GitHub badges for stars and last commit.

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.
Revised the Blazouter entry under Routing & Navigation to provide a clearer and more concise summary of its features and compatibility.
Copilot AI review requested due to automatic review settings December 7, 2025 17:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds the Blazouter library to the awesome-blazor list under a new "Routing & Navigation" subsection within the "Libraries & Extensions" section. Blazouter is a React Router-inspired routing library for Blazor that provides advanced routing features including nested routes, lazy loading, route guards, per-route layouts, and route transitions.

Key Changes

  • Created new "Routing & Navigation" subsection (### level) under "Libraries & Extensions"
  • Added Blazouter entry with description, GitHub stars badge, and last commit badge
  • Attempted to add table of contents entry for the new subsection

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

* [Templates](#templates)
* [Sample Projects](#sample-projects)
* [Tutorials](#tutorials)
* [Routing & Navigation](#routing--navigation)
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Routing & Navigation" entry should be removed from the table of contents. In this README, the table of contents only includes top-level sections (## headings), not subsections (### headings). Other subsections like "Component bundles", "Individual components", "Tools & Utilities", and "Testing" are also not listed in the TOC.

Suggested change
* [Routing & Navigation](#routing--navigation)

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant