Benefits
● Easy Development, Debug and Deploy
● Encapsulated Vertical Slices Modules
Drawbacks
● UI operations are handled in our big monolithic application.
● With adding new features, the Complexity of Presentation UI Operations are going to be nightmare.
● UI layer is generated from server-side, every module is trying to generate their own page.
● UI Layer has different minor requirements, requires full deployment.
● Business teams has UI related requirements are increased