© 2023 Hashnode
#microfrontend
Introduction Microservices are commonly used to establish independent and autonomous teams, but they are primarily limited to backend development. Frontend development, despite the best microservice a…
We have tried lazy loading modules and components in Angular. But what about loading a federated module instead? In this article, we’re going to create a directive which can fetch and render a remote …
With the introduction to the Microservice architecture for the backend, developers were looking into developing a similar architecture for frontend applications which is what we now know as Micro fron…
What is Micro-frontends? Micro-frontend is an architectural pattern that extends the ideas of microservices to front-end development. A frontend application is divided up into smaller, independent modules called micro-frontends. Every mi…
In a previous article at modyo blog, we talked about how micro frontends offer more freedom for teams and deliver more efficient applications. Because of this, they are becoming popular among architec…
En un artículo anterior creado por Modyo, hablamos de cómo los micro frontends ofrecen más libertad a los equipos y aplicaciones más eficientes. Por ello, se están haciendo populares entre los arquite…
Co-authored with Thinh Le. Introduction As we venture further into the dynamic world of frontend development, we developers are on a constant quest for techniques that boost productivity, maintainabil…
In 2023, micro frontend frameworks are poised to take center stage, offering developers increased performance, flexibility, and scalability. According to a report, the global Microservices Architectur…
Introduction Micro frontends sound like the next buzzword. But it follows the same reasoning as microservices for the backend: loosely coupled functionality that can be developed and deployed indepen…
Imagine a typical e-commerce app with a header containing a menu, search bar, user account, and cart, as well as various pages such as the home page, product description page, and checkout page. These…