Browsing Tag
nextjs
146 posts
What is the React Slots pattern?
React Slots are a pattern for component composition that allows you to pass components or JSX as children…
Username and Password Authentication with Better_Auth, Next.js, Prisma, Shadcn, and TailwindCSS
In this guide, we will implement Username and Password Authentication for a modern web application using a robust…
Implementing Google One Tap Authentication in Next.js
Google One Tap is a streamlined authentication method that allows users to sign in to your application with…
Next.js 14: Optimizing SEO with Metadata and Sitemap
In modern web development, ensuring your site is SEO-friendly is crucial for discoverability. Next.js 14 simplifies this with…
Stop Supabase Projects From Being Paused
Keep Your Supabase Projects Active with Supabase Inactive Fix and Supabase Pause Prevention Supabase is a powerful backend-as-a-service…
Tutorial: Implement Authentication in Next.js
1. Introduction: Next.js Authentication Next.js is a powerful framework that allows developers to build fast and user-friendly web…
Enhancing React List Rendering: A Clean and Reusable Pattern
As React developers, we’ve all encountered scenarios where we need to render lists of data. While .map() method…
Benefits of Next.js Compared to React.js
Next.js is a React framework that enhances the development process by offering additional features for performance, SEO, and…
🎨 Mastering Dynamic Routing in Next.js: Build Flexible, Scalable Apps 🚀
Next.js is a powerhouse framework that makes creating React apps easier and more efficient. One of its most…
Using Headless Woo commerce store api v1 in nextjs : issue faced and solutions
Must read note: _If you want only solution scroll directly to solution section The blog is about the…