Jakub Pawłowski
http & cacheable
immutability
reusability (potentially)
small, autonomous teams
customer focused
OpenComponents is an open-source, “batteries included” micro frontends framework
notes:
// oc-buy-now
window.oc.events.fire('webshop:add-to-cart', {
id: 'product123',
amount: 1
});
// oc-basket
window.oc.events.on("webshop:add-to-cart", (_eventDetails, eventData) => {
const { id, amount } = eventData;
handleAddToCart(id, amount);
});








https://opencomponents.github.io/ OpenComponents home
https://micro-frontends.org/ A nice introduction to micro frontends
https://martinfowler.com/articles/micro-frontends.html Martin Fowler’s take on it
Guestline - we’re hiring!
