Show HN: BlazorPathHelper – Type-safe URL builder library for Blazor (github.com)

1 points by arika0093 ↗ HN
Hello HN,

I Introduce a library of type-safe URL builder that can be used in the Blazor project. Blazor is a cool technology that makes it easy for anyone to write modern web in C#, but I found it lacking in features around URLs.

Similar projects already exist, but this library is

* Compatible with razor's source generator (the previous one had to explicitly turn this off with the advent of .NET6)

* Automatic generation of @page, [Parameter], and [CounterWithQuery] attributes (handwriting is very tedious, right?)

* Automatic generation of highly customizable menu structures (icons, descriptions, L10N, all possible!)

Happy hacking!

0 comments

[ 2.1 ms ] story [ 7.5 ms ] thread

No comments yet.