blog.kishans.inMaking Sense of Prefetch Options in Remix: When and How to Use ThemPrefetching a link is one of the simplest ways to make your website feel faster. Prefetching means the browser will fetch the data for a page even before you click the link to navigate to that page. Remix, like most other modern web frameworks allows...Oct 5, 2024·4 min read
blog.kishans.inEnable HMR in Remix CloudflareUPDATE: Since v2.7.0, Remix migrated to Vite as the default compiler. Which means you no longer need to follow this guide to enable HMR as Vite has built-in support for HMR. Hot Module Replacement (HMR) is a game-changing feature that speeds up the ...Feb 24, 2023·2 min read
blog.kishans.inWhy you should start using Next.js in 2021I just rebuilt my website using Next.js and fell in love with the framework. So, in this article, I will be sharing some of my favourite features of Next.js. Vercel just released Next.js 11, making many improvements to this already awesome framewor...Jun 18, 2021·4 min read