José Hortajoshhortt.hashnode.dev·Mar 28, 2023Getting Started with Next.js: A Comprehensive Guide to Building Your First ApplicationIn this series, we’re going through the basics of learning the static site generator, Next.js. Getting Set Up in Next.js We’ll go through installing Next.js 13, create a few pages, and a blog, and finally take a look at the data files. Everything we ...66 readsNext.js
Sam Majiblog.sammaji.tech·Feb 26, 2023Vite: The Fast, Simple, and Efficient Build Tool for Web DevelopersIf you're a developer who's looking for a faster, simpler and more efficient way to build web applications, then Vite might be just what you need. In this blog post, we'll learn to use Vite, and how it can help you build your web applications more qu...66 likes·203 readsWebvite
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...HMR