357 Views
It's become very fashionable to build web applications as a series of smaller components, which can be composed together to form a fully-featured UI. In fact this is probably the single biggest shift when moving from Razor Pages or MVC to Blazor, where instead of thinking about views or pages, you're free to create as many components as you like, and use them wherever you like.
0 comments