SURVEERsurveer.hashnode.devยทAug 13, 2024Master API Routes in Next.js with This Detailed GuideHi Guys! In this blog I want to share with you all about API's in Nextjs, how to build and manage them. Looking at it from a development side, it makes our work a whole lot easier for us to just write the frontend and backend in the same project and ...Next.js
Evangelosev-codes.hashnode.devยทDec 30, 2023Static site generation or Server side rendering, what should you use? ๐ชSo. I've been using Next.js to build websites for my clients, and the experience has been incredibly smooth, thanks to their page pre-rendering techniques. What is Pre-rendering? ๐ค Pre-rendering involves generating the HTML file before it is actuall...serversidegeneration