About 271,000 results
Open links in new tab
  1. Introduction - Module federation

    Module Federation is an architectural pattern for the decentralization of JavaScript applications (similar to microservices on the server-side). It allows you to share code and resources among …

  2. Micro-Frontend Architecture with Module Federation - Medium

    Oct 21, 2024 · Module Federation is a Webpack 5 feature that allows JavaScript modules (including entire front-end applications) to be shared and consumed across different builds at …

  3. A Deep Dive into Module Federation in Front-End with React + Vite

    Apr 22, 2025 · Unlock scalable, maintainable, and independently deployable front-end apps using Module Federation with Vite. This comprehensive guide will explore the what, why, and how …

  4. Micro Frontend Architecture - Nx

    Explore how Nx supports Micro Frontend architecture with Module Federation, enabling independent deployment while managing associated challenges.

  5. React Micro Frontends with Webpack's Module Federation

    Dec 21, 2021 · In this post, I will walk through how you can develop React based micro frontends using Webpack's Module Federation by creating a simple bank application that shows a list of …

  6. Micro-Front-End Architecture with React and Module Federation

    Jan 1, 2025 · Micro-front-end architecture built using React and Module Federation for large scalable applications. Separate features as independent modules that allow better …

  7. Micro Frontend Architecture (Iframes x Module Federation)

    Nov 20, 2024 · Module Federation: A Modern Alternative. Module Federation, introduced in Webpack 5, allows code to be shared between multiple applications without requiring NPM …

  8. Micro Frontend Architecture and Implementation with Module Federation

    Oct 24, 2024 · One of the most effective ways to implement micro frontends is through Webpack’s Module Federation, which allows teams to dynamically share and load JavaScript modules …

  9. Webpack 5 Module Federation: A game-changer in JavaScript architecture

    Module federation allows a JavaScript application to dynamically run code from another bundle/build, on both client and server. This is the JavaScript bundler equivalent of what …

  10. Enabling Micro-front end Architecture with Webpack 5 Module Federation

    Sep 27, 2023 · This visual representation simplifies the relationship between the host and remote applications and how they share components using Webpack’s Module Federation.

  11. Some results have been removed