#nextjs
Read more stories on Hashnode
Articles with this tag
2025 is here, and what a time to be alive, what better way to kick off the year than by building an awesome LinkedIn Post project? 🎯 In this blog,...
This is the seventh blog in the "Next.js 14 learning path" series, if you follow and learn Next.js 14 from scratch, please click here. So what we are...
Introduction Clerk Auth is a modern authentication and user management platform that aims to simplify the process of adding authentication and...
Introduction If you're building a web app with Next.js, you'll inevitably need to fetch data from somewhere - whether it's an API, database, or other...
Introduction One awesome thing about Next.js routing is, it uses something called as file-based routing. Unlike in React.js, where we have to...
Introduction Before moving on to the main topic, I want to step back and explain Next.js. Next.js is an open-source React framework that facilitates...