Files
TechradarDev/radar/2019-11-01/microfrontends.md
Mathias Schopmans e5738950cf fix: rename micro-frontends to microfrontends
There seems to be an internal issue with next.js, redirecting to `techradar/techradar/methods-and-patterns/micro-frontends/`
2024-04-18 13:03:50 +02:00

521 B

title, ring, quadrant
title ring quadrant
Micro Frontends trial methods-and-patterns

When deciding on a system architecture we are always striving for technology neutralism. This is to allow us to stay flexible with future decisions. Micro Frontends can be a tool to support us with this goal. We favor protocols and methods, such as plain HTML and HTTP, over specific technologies when designing Micro Frontends.

Since Micro Frontends have proven to allow use move fast and agile, we moved this pattern to "trial".