- Micro-Frontends Weekly
- Posts
- Micro-Frontends Weekly - Issue #2
Micro-Frontends Weekly - Issue #2
This week we have some awesome videos about Micro-Frontends from JavaScript Conference Armenia
Hofstadter’s law
It always takes longer than you expect, even when you take Hofstadter’s Law into account.
🎥 Videos
With the ongoing transformation of StepStone's core application from monolithic to a service-oriented architecture, our frontend developers faced new challen...
#JSConfAM21 brought together more than 1300 JS developers from the regional #JavaScript community to talk JS and have fun!🔸Speaker: Lilit Tadevosyan, Senior...
#JSConfAM21 brought together more than 1300 JS developers from the regional #JavaScript community to talk JS and have fun!🔸Speaker: Vitaly Slobodin, Staff F...
In the previous Lives, we have learned about bundles and micro frontends. In this episode, we'll build a micro frontend using one of our GitHub templates. We...
Single-spa app with Vue.js Micro Frontends (Vue 2 / Vue 3)
🛠 Tools & Libraries
A powerful micro front-end framework 🚚.
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
📝 Articles & Tutorials
GitLab.com
The End-to-end Transformation of Application Development from Micro-services to Micro frontends — forgeahead.io
As apps become more complex and the demands on the UX increase, frontends of apps are also becoming heavy and harder to develop. This blog looks at the trend of micro frontends as a way to change that.
A complete AWS Architecture for Module-federated micro-frontends | by Antonio Lagrotteria | Level Up Coding — levelup.gitconnected.com
My next series of articles presents a complete server-less architecture aiming at deploying and hosting client-side mono-repo micro-frontends on AWS, based on Webpack Module Federation plugin and…
📚 Books
What's the answer to today's increasingly complex web applications? Micro-frontends. Inspired by the microservices model, this approach lets you break interfaces into separate features managed by different teams of developers. … - Selection from Building Micro-Frontends [Book]
Browser-based software can quickly become complex and difficult to maintain, especially when it's implemented as a large single-page application. By adopting the micro frontends approach and designing your web apps as systems of features, you can deliver faster feature development, easier upgrades, and pick and choose the technology you use in your stack. Micro Frontends in Action is your guide to simplifying unwieldy frontends by composing them from small, well-defined units.