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...Discuss·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...Discuss·10 likes·77 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...DiscussTree 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...DiscussTree 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...Discuss·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...Discuss·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...Discuss·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...Discuss·1 like·87 readslibrary