-
For full compatibility and extra features, we usually use the library es-module-shims.
-
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.
-
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).
-
You should have a look to them import-map-deployerlibrary which enable to update animportmap.json directly on the server
-
Use more importmap default behaviours #489
-
full code here https://github.com/jogelin/nx-nf/tree/poc-load-remote-overrides
-
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.
-
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.
-
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.
-
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.
-
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 🙏)️.
Related posts
-
UmiJS: the Shaolin of web frameworks
-
Micro Frontends: Enabling Scalable and Autonomous Development with Build-Time Integration
-
Bit: Compose performant, consistent platforms from independent business features
-
From Specific to Reusable: Transforming UI Components with Bit
-
Using Multiple Versions of a Package in a Single Project: Why and How