# Micro Frontend Architecture - Nx Synced: [[2023_11_30]] 6:03 AM Last Highlighted: [[2023_10_10]] Tags: [[explainer]] [[software]] ![rw-book-cover](https://nx.dev/images/open-graph/concepts-more-concepts-micro-frontend-architecture.jpg) ## Highlights [[2023_10_10]] [View Highlight](https://read.readwise.io/read/01hccah18xn5c5zn7jz8kw53bt) > We recommend MFE for teams that require applications to be deployed independently. It is important to consider the cost of MFEs and decide whether it makes sense for your own teams. > • Version mismatches where applications are deployed with different versions of shared libraries, which can lead to incompatibility issues. > • Independent deployments can lead to unexpected errors, such as any host-level changes to orchestration/coordination logic that breaks compatibility with remotes. > If you are looking at optimizing builds and do not need independent deployments, we recommend reading our guide on [Faster Builds with Module Federation](https://nx.dev/concepts/more-concepts/faster-builds-with-module-federation).