Add Blazouter to Libraries & Extensions - Routing & Navigation section#694
Add Blazouter to Libraries & Extensions - Routing & Navigation section#694Taiizor wants to merge 3 commits intoAdrienTorris:masterfrom
Conversation
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.
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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.
| * [Routing & Navigation](#routing--navigation) |
Co-authored-by: Copilot <[email protected]>
Summary
This PR adds Blazouter to the Libraries & Extensions section under a new "Routing & Navigation" category.
Changes
About Blazouter
Blazouter is a powerful React Router-inspired routing library for Blazor applications that brings modern routing capabilities to the Blazor ecosystem:
@pagedirectivesThe 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.