Basavaraj Patilbasavarajrp.hashnode.dev·Nov 18, 2024How to Enhance Webpack Performance with Code SplittingWebpack is a powerful tool for bundling JavaScript, but as applications grow larger, optimizing those bundles can become challenging. In the early days of front-end development, bundling everything into a single JavaScript file was the default approa...Webpackwebpack
Dana Ciocandanaciocan.com·Nov 18, 2023Tree-shaking 101I spent a significant amount of time at work these last few months exploring tree-shaking and finding that it wasn't nearly as easy as I thought. We have been trying to build a simple UI library and wanted to get it to tree-shake to prevent consumers...Tree shakingtree shaking
Richard Terungwa Kombolterkplumber.hashnode.dev·Aug 24, 2022Notes: How the browser renders a page and its influence on the evolution of JavaScript use in the browser.In this write-up, we shall try to understand some behaviors in the browser rendering process. And in the process, understand how that has influenced JavaScript tools and techniques. What is a browser renderer process? A web browser renderer process i...76 readsBrowsers