⏰ It’s time to talk about Import Map, Micro Frontend, and Nx Monorepo

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. es-module-shims

    Shims for new ES modules features on top of the basic modules support in browsers

    For full compatibility and extra features, we usually use the library es-module-shims.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. import-map-overrides

    A browser and NodeJS javascript library for overriding import maps

    I've previously employed importmaps in one of my micro-frontend projects alongside single-spa and the importmap overrides library. This approach significantly enhances the developer experience in complex environments by allowing direct integration of a local server into an integration server (more info in the YouTube video from Joel Denning).

  4. import-map-deployer

    A manifest deployment service for sofe/import maps

    You should have a look to them import-map-deployerlibrary which enable to update animportmap.json directly on the server

  5. module-federation-plugin

    Use more importmap default behaviours #489

  6. nx-nf

    POC repository showing Nx Native Federation and Importmap Override Configurations

    full code here https://github.com/jogelin/nx-nf/tree/poc-load-remote-overrides

  7. single-spa

    The router for easy microfrontends

    Joel Denning is the visionary behind single-spa, boasting profound insights into the true mechanics of the web and is, in my view, a pioneer in micro frontend architecture. I highly recommend checking the single-spa website and his YouTube channel. While the videos might appear dated at first glance, rest assured, Joel is ahead of his time, and the content remains incredibly relevant today.

  8. nx

    Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.

    The advent of esbuild, the native support for ES Modules in browsers, the widespread adoption of import map, the emergence of tools like Native Federation, and the Nx ecosystem all combine to forge a flexible and well-maintained Micro Frontend Architecture.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. esbuild

    An extremely fast bundler for the web

    The advent of esbuild, the native support for ES Modules in browsers, the widespread adoption of import map, the emergence of tools like Native Federation, and the Nx ecosystem all combine to forge a flexible and well-maintained Micro Frontend Architecture.

  11. Angular

    Deliver web apps with confidence 🚀

    Just to give you more context, I led the migration of several AngularJS applications to the newer Angular Framework. My client finally decided to make that move following the AngularJS deprecation announcement (stay up to date please 🙏)️.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • UmiJS: the Shaolin of web frameworks

    19 projects | dev.to | 30 Mar 2025
  • Micro Frontends: Enabling Scalable and Autonomous Development with Build-Time Integration

    2 projects | dev.to | 18 Feb 2025
  • Bit: Compose performant, consistent platforms from independent business features

    1 project | news.ycombinator.com | 15 Feb 2025
  • From Specific to Reusable: Transforming UI Components with Bit

    1 project | dev.to | 8 Jan 2025
  • Using Multiple Versions of a Package in a Single Project: Why and How

    1 project | dev.to | 1 Jan 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?