initial commit

This commit is contained in:
Bastian Ike
2021-01-08 14:04:14 +01:00
commit dc7f0a1c8c
215 changed files with 13680 additions and 0 deletions

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".