Module Bundlers

Learn about the module bundlers and the basic idea of how it works.

If we want to write large portions of code that can work as seamlessly as possible both on the server and the browser, we need a tool to help us with “bundling” all the dependencies together at build time. These tools are generally called module bundlers. Let’s visualize this with an example of how shared code can be loaded onto the server and the client using a module bundler.

Get hands-on with 1200+ tech skills courses.