© 2026 Hashnode
If you are a developer looking for a modern, efficient, and user-friendly admin dashboard for your Next.js project, you're in the right place. In this blog post, we’ll take you through the top 10 Next.js admin dashboard templates that are not only hi...

Status: Ready Creation Date: May 25, 2025 Unlock the power of decoupled architecture! This beginner-friendly guide shows you how to build a Next.js frontend with a dedicated Hono backend for authentication. Learn how to separate your website's brain...

Introduction Next.js has revolutionized how we build React applications with its powerful routing system. With the introduction of the App Router in Next.js 13+, the way we structure layouts and pages has been completely reimagined, offering develope...

As a web developer, you're always searching for tools to make your job easier. Next.js is a React framework that does just that. It makes frontend development simpler and adds a strong backend with API Routes. We'll look into Next js's backend and ho...

React, along with its powerful framework Next.js, has revolutionized web development by offering cutting-edge techniques for optimizing website performance and user experience. Combining the strengths of client-side and server-side rendering, Next.js...

Let's get straight to the point. What is middleware in NextJS? In Next.js, middleware is a way to run certain code before a request is completed, just how the middleware concept of express.js works. It allows you to modify the request, response, or e...
