Micro Frontends Architecture

Master Micro Frontends with Lit-Element – Part 1

Micro Frontends are a design pattern that allow teams a way to break down monolithic applications into smaller independent modules, improving development speed, autonomy, and maintainability.

In this two-part article, we’ll explore the design and implementation of an MFE architecture that leverages Lit-Element for creating custom web components.

Read more
Micro Frontends Architecture

Master Micro Frontends with Lit-Element – Part 2

Micro Frontends are a design pattern that allow teams a way to break down monolithic applications into smaller independent modules, improving development speed, autonomy, and maintainability.

In this second part of a two-part series, we will dive deeper into the code behind this Micro Frontend architecture.

Read more