Next.js Web App Search Functionality
January 14, 2024
Likes: 0
This article will guide you through setting up the project, creating the necessary components, and implementing search functionality with URL...
Conditional Styling in Tailwind with Next.js
January 9, 2024
Likes: 0
Next.js, combined with Tailwind CSS, offers a powerful platform for building dynamic and visually appealing web applications. In this article,...
API Route Handlers in Next.js 13 +
January 1, 2024
Likes: 0
Next.js, a widely popular React framework, has always been at the forefront of simplifying and enhancing web development. With the...
Next Auth Example
December 27, 2023
Likes: 0
NextAuth is an easy to implement, full-stack (client/server) open source authentication library originally designed for Next.js and Serverless.
Next.js 14 Basic Template
December 18, 2023
Likes: 0
Next.js 14, known for its high efficiency and swift page loading, serves as the backbone of this template. It simplifies...
URL Based State Management in Next.js
December 3, 2023
Likes: 0
Write your description here...
Simple Static MDX Blog
November 17, 2023
Likes: 0
Creating a static MDX blog in Next.js 14 involves several steps, including setting up your Next.js environment, creating MDX files,...
Supabase Auth REST API with Next.js
August 30, 2023
Likes: 0
To create a persistent auth using the Supabase REST API with Next.js and the App Router, you can follow these...
Tauri - Opening Files and URLs with Next.js
August 29, 2023
Likes: 0
This article provides a step-by-step guide on integrating Tauri and Next.js. You'll learn how to add file and URL opening...
Solving CORS Issues in Next.js 13 with API Routes
July 2, 2023
Likes: 0
Next.js, the open-source React framework developed by Vercel, has recently released its 13th version. As an outstanding development tool, it...