漏 2026 Hashnode
1. Long-Term Caching Webpack 5 implements long-term caching through deterministic Chunk IDs, module IDs, and export IDs, which means that the same input will always produce the same output. In this way, when your users visit the updated website again...

Let's deep dive into implementing Angular Micro Frontends (MFEs) with Module Federation, focusing on how closures help isolate modules and dynamically load remote components. 1锔忊儯 What is Module Federation in Angular? Module Federation, introduced in...

In the previous blog, we have seen how webpack has evolved, webpack core concepts, and installation & setup. If you didn't read the previous article, read it before reading this article. Here is the link for Part 1In this blog, we will look into some...

How Webpack Has Evolved In the early days of web development, websites were pretty simple. You'd only have a few HTML, CSS, and JavaScript files. But as websites grew more complex, with lots of files and dependencies, managing them became tricky. Dev...

Multiple separate builds should form a single application. These separate builds act like containers and can expose and consume code between builds, creating a single, unified application. Javascript Module Federation is a concept that allows develo...
