The Challenge of Microservices: UI Composition
One of the most challenging aspects of distributed applications like microservices is UI Composition. How to combine all the data from various services for your UI. I’m going over a few different solutions and their pros and cons for UI Composition and ViewModel Composition. YouTube Check out my YouTube channel, where I post all kinds of content accompanying my posts, including this video showing everything in this post. Multiple Sources When you’re working within a monolith and a single database, we don’t have the issue of compositing data. We get all the data we need from the single source database. As an… Read More »The Challenge of Microservices: UI Composition