Optimising Our Blazor Search App
The load time for our Blazor + Lucene.NET app is a bit slow, let's look at how to optimise it.
The load time for our Blazor + Lucene.NET app is a bit slow, let's look at how to optimise it.
Blazor is designed for whole-app dev, but what if you don't want it for that?
I recently added search to my website and decided to look at how to do it with Blazor, WASM and Lucene.NET
Have you setup Content Security Policies? Do you want to use WebAssembly? Well here's what you need to do
Let's build something with Blazor!
Time to put all the pieces together and get something built!
It's time to bring this into a web devs toolchain
We've learnt how to write to the DOM, but how about returning values to JavaScript functions?
Looking at interop between Go and JavaScript via WASM
Writing your first piece of Go to combine with WASM
Introducing a new series on learning Go by writing WebAssembly