Install Shadcn/ui with legacy peer dependencies for Next.js 15
November 3, 2024
Likes: 2
Quick fix for successfully installing Shadcn/ui in Next.js 15 with React 19.
Setting Up Supabase API for Next.js 14 App with Server-Side Rendering (SSR)
October 28, 2024
Likes: 0
Creating a Supabase client for SSR in Next.js
How to Enable Google Auth for Supabase in a Next.js App
October 15, 2024
Likes: 0
Adding Google Sign-In to your Supabase-powered Next.js app involves configuring Supabase, setting up the Google Cloud project for OAuth credentials,...
Next.js: Guide to Error Handling in Next.js
October 5, 2024
Likes: 0
In web development, handling errors can take different forms, from displaying user-friendly messages for validation errors to using more advanced...
Next.js: Navigating Between Routes
October 3, 2024
Likes: 0
Next.js offers multiple ways to navigate between routes, which can improve the user experience by speeding up page transitions and...
Next.js: Layouts and Templates
October 2, 2024
Likes: 0
In Next.js 14+, both layouts and templates serve to wrap your application’s UI, but their key difference lies in their...
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
September 12, 2024
Likes: 0
Handling form submissions in a modern web application often involves providing feedback to the user, letting them know when their...
Supabase Authentication With Next.js
March 31, 2024
Likes: 0
Learn how to set up Supabase authentication with Next.js. This example uses Supabase for authentication and Next.js for the frontend....
Dynamic Routes in Next.js 14
March 16, 2024
Likes: 0
Dynamic routes in Next.js allow developers to create pages with URLs that dynamically adapt to the content being served.