Adding Full-Text Search to Blazor WebAssembly with Pagefind
A standalone Blazor WebAssembly app hands Pagefind no static HTML to crawl. Here's how I indexed the Blazorators sample with Pagefind's Node API and wired search through JS interop.
19 articles filed under this topic.
A standalone Blazor WebAssembly app hands Pagefind no static HTML to crawl. Here's how I indexed the Blazorators sample with Pagefind's Node API and wired search through JS interop.
A journey of rebranding, replatforming, dogfooding, and mild existential crises
Use the IAsyncEnumerable<T> interface to stream data from a server to a client.
Focusing on .NET Dependency Injection
The unofficial .NET equivalent of the official GitHub actions/toolkit @actions/core project.
Build Single-Page Apps with WebAssembly and C#
C# Source Generator for JavaScript Interop in Blazor