Micro frontends using WebComponents and GraphQL
Microservices architectures are great when you have small, autonomous teams that take care of a certain use case in your overall solution. However, this usually all needs to come together in a UI. In this talk we will explore the feasibility of using GraphQL and WebComponents to build Micro Frontends, extending the autonomy to the UI, allowing teams to scale even better. We will look at a small example using Quarkus, MicroProfile GraphQL and WebComponents.