https://github.com/nihilor/microfrontends
Microfrontends are an architectural pattern based on the Unix philosophy to modularize frontends at a high level.
https://github.com/nihilor/microfrontends
architectural-pattern architecture frontend microfrontends webcomponents
Last synced: 8 months ago
JSON representation
Microfrontends are an architectural pattern based on the Unix philosophy to modularize frontends at a high level.
- Host: GitHub
- URL: https://github.com/nihilor/microfrontends
- Owner: nihilor
- Created: 2020-02-05T12:36:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T15:33:07.000Z (over 6 years ago)
- Last Synced: 2025-06-05T00:57:28.685Z (12 months ago)
- Topics: architectural-pattern, architecture, frontend, microfrontends, webcomponents
- Language: HTML
- Homepage: http://microfrontends.de
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microfrontends.de
Microfrontends are an architectural pattern based on the Unix philosophy to modularize frontends at a high level. To sum the Unix philosophy up in my own words:
> Do one thing well, work with others, use standardized interfaces.
## Developing Microfrontends with Webcomponents
At the [OOP2020](https://www.oop-konferenz.de/oop2020.html) I held a presentation about why webcomponents are the ideal basis for microfrontends. Please find the slides and a simple example in the subdirectory [/oop2020](/oop2020), one day after the presentation on February, 7th 2020.
## Podcast: Microfrontends
In May 2019 I had a talk with the crew of Working Draft about what happens, when we apply the Microservice pattern to the frontend. The result: Microfrontends, splitted by domains, solving many of the current problems of the frontend development. [The episode was recorded in german](https://workingdraft.de/384/).
## Microfrontends to the Rescue
On January 24th, 2019 I've explained the Microfrontend Architecture Pattern on the Code Days 2019. The slides of the presentation are available in german on [Slidehare](https://www.slideshare.net/MarkLubkowitz/microfrontends-zur-rettung-frontends-auf-anwendungsebene-modularisieren). The key message is, that Microfrontends are an effective solution to leverage the complexity of the development of modern frontends by breaking them down into autonomous artifacts.
© Mark Lubkowitz