TechBlog: All things web design, software development, tech, or programming.
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: 6
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: 2
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...
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: 1
Next.js offers multiple ways to navigate between routes, which can improve the user experience by speeding up page transitions and...