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...
Read and Write To MongoDB
February 25, 2023
Likes: 0
This article provides a basic example of how to connect to a MongoDB database from a Next.js application and perform...