Projection-View Pattern: Improving on the Vertical Slices Architecture

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi there! GraphQL and client-side component like Apollo Client is a great solution for this. You can make GraphQL queries for the exact data needs of the individual views from your projected read model. The resultsets get cached and also normalized. So, queries can happen as needed and views can get instant data for the bits and pieces of cached and normalized data. By projection in my solution I am referring to CQRS projections of read model. GraphQL nicely bridges the read model to view model gap.

pubmsu
Автор

Separate topic... How did you implement the tab in the upper left corner? The tab shows the timer and the modal shows the execution steps of the request

It is a great tool

carlosbaptiste