Chapter 18
- No, it is compiled to WebAssembly (AOT compilation) or leverages the .NET Wasm runtime (JIT compilation) and runs the .NET binaries in the browser.
- None. All three are acceptable options—it depends on what you are building and with whom.
- Model (State), View (Component), Update (Reducer).
- No. The MVU pattern is all about a unidirectional flow of data to simplify state management.
- Yes. Blazor can interact with JavaScript and vice versa.
Join our book’s Discord space
Join the book’s Discord workspace for Ask me Anything session with the authors:
https://packt.link/ASPdotNET6DesignPatterns