João Oliveira

recruitment_process_featured

Micro Frontends: Basic example with React, Tailwind and Module Federation. (2/2)

This tutorial is a follow up to my previous Micro Frontend (MFE) article, which tackles the basic “What, Why, How” questions of MFEs. The goal is to provide a simple use-case that serves as a launchpad for you to start using Micro Frontends through Module Federation in your projects. Generating the projects. In order to …

Micro Frontends: Basic example with React, Tailwind and Module Federation. (2/2) Read More »

recruitment_process_featured

Micro Frontends: all you need to know to implement it successfully. (1/2)

The current Microservices approach to the backend of dividing the application into several independently deployed projects fixes the monolith problem, but there is still a bottleneck: the Frontend requires a new release of the whole application with the new changes. Micro Frontends (MFEs) solve that problem, by implementing the same strategy. This article aims to …

Micro Frontends: all you need to know to implement it successfully. (1/2) Read More »