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/`
This commit is contained in:
Mathias Schopmans
2024-04-18 08:00:20 +02:00
committed by Mathias Schopmans
parent df0cc3a950
commit e5738950cf
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
---
title: "Micro Frontends"
ring: adopt
quadrant: methods-and-patterns
tags: [architecture]
---
The Micro Frontends approach continues to prove to be a valuable pattern for large-scale systems developed by several teams.
Therefore, we moved this pattern to "adopt".
We use [page composing](methods-and-patterns/page-composing.html) as one implementation of this pattern.