DEV Community

Discussion on: How Blazor Is Going to Change Web Development

Collapse
 
tracker1 profile image
Michael J. Ryan

Other than the initial payload size, my biggest issues with Blazor (and ASP.Net MVC) projects is that they're largely mirrored trees, making it harder to navigate the controller, models, views and styling together even though you work on them together. I tend to favor feature oriented structures where things are together by feature, not type of tech.

Collapse
 
cowlephant profile image
Tim Williams • Edited

Nothing is stopping you from organizing by feature instead of by type. Might require a slight change to some configuration, but it's possible and even encouraged.