Darshit Anjariadarshitanjaria.hashnode.dev路15 hours agoDid You Know Tree Shaking Can Supercharge Your JavaScript Applications?Introduction Modern JavaScript frameworks like React, Angular, and Vue have transformed web development. However, as applications grow, they often accumulate unused code, leading to bloated bundles and slower performance. This is where tree shaking c...DeadCodeElimination
Ariska Hidayattech.finlup.id路Dec 9, 2024Apa Itu Tree-Shaking? Teknik Optimasi untuk Mengurangi Ukuran Bundel dan Meningkatkan Performa AplikasiTree-shaking adalah teknik optimasi dalam pengembangan perangkat lunak, terutama pada bundler JavaScript seperti Webpack, Rollup, atau Parcel, yang digunakan untuk menghilangkan kode yang tidak terpakai (dead code) dalam aplikasi web. Prinsip dasar t...tree shaking
Ashay Sawarkarcodecraftsman.hashnode.dev路May 28, 2024Boosting Angular Performance: Essential Optimization TechniquesIntroduction: Angular is a powerful front-end framework for building modern web applications, but as applications grow in size and complexity, ensuring optimal performance becomes increasingly crucial. In this article, we'll explore some essential op...109 readsOptimizationStrategies
Gautam VajaforCodeParrot 10x Dev10xdev.codeparrot.ai路Feb 28, 2024Decrease your build times by 90% with Vite 馃榾Are you a frontend developer on the lookout for methods to streamline your development workflow? Ever felt like you're stuck in a time loop waiting for your project to compile? If so, Vite might just be the game-changer you need. What is Vite? 馃殌 Vit...10 likes路81 readsHMR
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
Dana Ciocandanaciocan.com路Nov 6, 2023Troubleshooting tree-shakingI have spent the last couple of months working on making a UI library (specifically a collection of React components for reuse in other projects) tree-shakeable. In that time, I felt like I read almost every article on tree-shaking that exists on the...Tree shakingtree shaking
VIVEK UPADHYAYcreator79.hashnode.dev路Oct 28, 2023Ignition Of Tree Shaking in JavaScript + Interview SpecialTo embark on our journey into the world of tree shaking in JavaScript, let's start with the basics. At its core, tree shaking is a technique used to eliminate dead or unused code from your JavaScript application. It's like pruning a tree to ensure it...28 readstree shaking
Durgarao Gantadurgarao.hashnode.dev路Oct 6, 2023what is Tree shaking 馃? ....馃殌 How Does It Improve Performance?馃憠Tree shaking is a powerful technique in modern web development to optimize your application's performance by eliminating unused code. Here's how it works and how it can supercharge your web apps: 馃尣 What is Tree Shaking?Tree shaking, also known a...1 liketree shaking
Sarthak Negisnegicodes.hashnode.dev路Aug 19, 2023Shake It, Don't Break ItIn the realm of modern web development, optimizing the performance of our applications is a crucial task. One of the powerful tools that aids in achieving this optimization is the "Tree Shaking" algorithm. This seemingly magical process significantly...36 readstree shaking
Dhawal Pandyadhawalpandya01.hashnode.dev路Jan 5, 2023Tree-Shaking a Library.What a weird title, if you do not have a CS background, those words make less sense when you think about shaking trees in a library. But to be honest, reading books, which are made of paper, which in turn are made of trees, and turning pages, essenti...1 like路87 readslibrary