Web

Similar to React, a library to build web UI components but in C#. I was familiar with React, so I picked up Blazor at decent pace.

Did some POCs for work. I’m the one who is most familiar with Blazor at work, so there’s no one else to bounce ideas or ask. I don’t know if I’m doing it correctly or not.

Unidirectional Data Flow

Data passed from parents to children are in one direction. Extra codes needed for dual binding.

MVVC

Recently came across this architecture, don’t know how good it’s. Can use .NET Community Toolkit with Blazor.