Move micro frontends to trial

This commit is contained in:
Brian Hoffmann
2019-10-25 08:57:56 +02:00
parent 9624ea62dd
commit 1538f4e39e

View File

@@ -0,0 +1,11 @@
---
title: "Micro Frontends"
ring: trial
quadrant: 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".