TechBlog: All things web design, software development, tech, or programming.
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...
Nextjs Folder Names and Structure
March 5, 2023
Likes: 0
How to structure your Next.js project for maximum organization and efficiency. This article covers best practices for naming and organizing...
AG Grid Demo
February 26, 2023
Likes: 0
This project is a demo of how to use AG Grid with a Next.js application. AG Grid is a powerful...