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·61 readsHMR
Kishan Kumarkishanhitk.hashnode.dev·Feb 24, 2023Enable HMR in Remix CloudflareHot Module Replacement (HMR) is a game-changing feature for developers that speeds up the development process by allowing them to add or remove modules while the application is running without the need for a full reload. It's been one of the most req...Discuss·467 readsRemix
Dhawal Pandyadhawalpandya01.hashnode.dev·Jan 26, 2023Hot Module Replacement (HMR)Hot Module Replacement (HMR) is a feature that allows you to update parts of your application "on the fly" while the application is running, without having to perform a complete refresh of the page. It is often used in development environments to spe...DiscussHMR
Anil kumaranilkumarum.hashnode.dev·Dec 7, 2022Easiest way to add HMR in your chrome extensionWhen we try to build Chrome extension,we notice that Chrome doesn't auto-reload our extension. We need to reload our extension and also tab. In popup window, we need to close popup window then re-open window to view change. This is time consuming and...Discuss·176 readsHMR