Breaking the Monolith - A Comprehensive Guide to Code Splitting
Offered By: Conf42 via YouTube
Course Description
Overview
Explore code splitting techniques to break down monolithic applications in this conference talk from Conf42 JS 2023. Discover two main approaches to code splitting and learn when it's appropriate to break up a monolith. Delve into various methods including iframes, proxy servers, web components, npm packages, microfrontends, and Single-SPA. Gain insights on the advantages and disadvantages of each technique, with a special focus on Webpack 5 Module Federation. Understand how these strategies can improve application performance, maintainability, and scalability in modern JavaScript development.
Syllabus
intro
preamble
who is aleksandr
speech plan
there are 2 approaches
monolith - is it bad?
when should a monolith be broken?
iframe
nginx or another proxy server
web components
npm
microfrontends
single-spa
webpack 5 module federation
- iframe
- proxy server
- web components
- npm
- single spa
- webpack 5 module federation
Taught by
Conf42
Related Courses
Micro-Frontends Course - Beginner to ExpertfreeCodeCamp The Microfrontend Crash Course
Laith Academy via YouTube Micro-Frontend: Arquitectura de Aplicaciones Web Escalables
Udemy Building a Microfrontends Application Combining Multiple Frameworks Using Module Federation
Devoxx via YouTube Applications Instead of Libraries - Micro Frontends Implemented Through Module Federation
Devoxx via YouTube