A fork of Rural Dictionary
Short for Micro Front-End.
In web development, the development is split in two: Front-End (aka frontend or FE) & Back-End (aka backend or BE), and micro-frontend (or MFE) is the trend of splitting the frontend application into several smaller applications that work together, almost like how micro-services are in the backend.
We recently decided to split our ginormous monolithic frontend SPA to MFE's to let each of our frontend engineering teams work independently from each other.