Mosaic Project: OSS microfrontend architecture by zalando
Mosaic is a set of services, libraries together with a specification that defines how its components interact with each other, to support a microservice style architecture for large scale websites. While decomposing the backend into microservices is a widely adopted approach to achieve flexibility in development and operation, most frontend solutions are still running as a monolithic application. Mosaic addresses this issue by using Fragments that are served by separate services and are composed together at runtime according to template definitions.
Speaker: Paolo Mariotti
Introduction to Service Workers
Service workers enable applications to control network requests, cache those requests to improve performance, and provide offline access to cached content. Progressive Web Apps are based on this new feature. We'll see how they work and what they can do.