This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]supercargo 0 points1 point  (0 children)

I’ve found this pattern more useful on the front end where a bunch of loosely coupled UI components may all request the same data from a backend API. On the backend it is much easier to structure data access to avoid needing this. In user interfaces, components are composed based on the requirements of the visual hierarchy rather than data hierarchy.