.NET 8 brings significant changes to Blazor—none bigger than support for multiple render modes. With auto render mode your component will run either on the server or in the browser, depending on how fast Blazor WASM can spin up. But now you need to figure out how to fetch and share data between components. Here are some handy techniques you can use.
GraphQL allows clients to query specific and certain data. REST leverages HTTP caching and integrates easily with other APIs. See more about these approaches by looking at GitHub’s Public API.
Big tech companies tend to get the most attention when it comes to design system and style guide examples, but they’re not the only ones worth checking out—these 10, for instance!