Micro-Frontends Explained in 10 Minutes | System Design
HTML-код
- Опубликовано: 1 фев 2025
- In this in-depth video, we dive into the exciting world of Micro Frontends (MFE), exploring their significance in modern web development and how they are revolutionizing user interfaces. Elevate your frontend and system design expertise with the latest insights on micro-frontends!
References:
RUclips channel: • Micro frontend in one ...
Github: github.com/cod...
thanks! this seems so simple!
How does the container switch MFEs without reloading the page?
The container in a microfrontend architecture switches between different Micro Frontend Applications (MFEs) without reloading the page using a technique called client-side routing and dynamic loading.
Thanks ❤
❤❤❤❤❤❤❤❤
need more
OOP for frontends lolll
"If you want to change the design of the checkout page, you will need to update the entire frontend application".
This is a horrible example, you sound like you don't have experience in the frontend side of things. Each page obviously have their own code, their own template. You don't need microfrontend for this. Subdividing your app into multiple pages is not a microfrontend.
Yes, when using component-based frameworks like React, Angular, or Vue.js, it's common practice to structure applications so that individual pages or components can be updated independently without needing to overhaul the entire frontend application.
My statement, doesn't accurately reflect how modular frontend development typically works today. Simply subdividing an app into multiple pages doesn't constitute a microfrontend architecture. Microfrontends involve more than just separation-they require independent build and deployment pipelines, and often, different teams might use different technologies within the same overall application, which I have previously implemented using Module Federation Plugin and Webpack, and shared glimpses of that here. Thanks for the comment!