Up and running with Blazor WASM

Have you heard? A new javascript challenger has entered the ring!

Microsoft has released Blazor Web Assembly and, finally, you can build modern, fast, maintainable web applications without javascript!

But how does it work and how quickly can you get something running in the browser?

Up and running with Blazor shows you the most important parts of Blazor, including:

  • One-way and two-way binding
  • Passing data between components (using parameters)
  • Handling user interactions (like "onclick")
  • Calling an API
  • Using conditionals and loops

It's free and will only take 20 minutes or so to work through, meaning you can grok Blazor in the time it takes to finish your coffee!