We should expand the documentation to cover aspects of Blazor that are relevant to Bolero. In no particular order: * [x] Dependency injection using `[<Inject>]`. * [x] JS interop using `IJSRuntime`, including the `JSRuntime` property provided by `ProgramComponent`, as well as how to use it with Elmish commands. * [ ] Ajax calls using `HttpClient`, including how to use it with Elmish commands. * [ ] Server-side Blazor, including how it interacts with Remoting and HTML hot reloading.
We should expand the documentation to cover aspects of Blazor that are relevant to Bolero. In no particular order:
[<Inject>].IJSRuntime, including theJSRuntimeproperty provided byProgramComponent, as well as how to use it with Elmish commands.HttpClient, including how to use it with Elmish commands.