Centralizing Role-Based Access Control in a Next.js Layout with Supabase Auth
December 6, 2024
Likes: 0
In a Next.js application using the app router, the layout component provides an excellent place to handle authentication and role...
Setting up Google Cloud Text to Speech App
December 6, 2024
Likes: 1
This article will guide you through the process of setting up a simple TTS web app using Google Cloud Text-to-Speech...
Building a Contact submission form in Next.js 15 and Notion
December 5, 2024
Likes: 1
Next.js 15 introduces tools like the App Router and server actions that streamline building modern web applications. This article demonstrates...
Params in Next.js: From Version 14 to 15
December 2, 2024
Likes: 1
Next.js 15 brings a promise-based approach to optimize server-side rendering, streaming, and parallel data fetching.
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: 1
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: 1
This article explores best practices for organizing your Next.js 14+ project, particularly focusing on file colocation with the App Router.