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.
Building a Typing Code Animation Component
October 31, 2024
Likes: 0
This article will guide you through building a typing code animation component in React/Next.js.
Upgrading to Async Promise-Based searchParams in Next.js 15
October 30, 2024
Likes: 0
Next.js 15 introduces several enhancements to improve server-side rendering, parallel data fetching, and integration with React 19.
Building a Full-Stack CRUD Application with Next.js 15 and Supabase Authentication
October 29, 2024
Likes: 0
Next.js 15 brings new enhancements, including Promise-based `searchParams`, improved server performance, and a seamless integration 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
Organizing Your Next.js 14+ Project: File Colocation and Best Practices with the App Router
October 19, 2024
Likes: 0
This article explores best practices for organizing your Next.js 14+ project, particularly focusing on file colocation with the App Router.
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: Understanding Route Groups
October 11, 2024
Likes: 0
One powerful feature that aids in organizing and structuring our apps is Route Groups.
Next.js: Handling Redirects in Next.js 14+
October 10, 2024
Likes: 0
Next.js provides several ways to handle redirects, each suited to different scenarios, whether they occur after an event or mutation,...
Next.js: Understanding Loading and Streaming
October 7, 2024
Likes: 0
When building a dynamic web application, ensuring smooth and responsive user interactions is key. Next.js provides an elegant solution to...