React Tech Stack [2025]
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
A guide on handling FormData in React forms, covering extraction, conversion to objects, and validation with Zod.
A guide on preventing automatic form resets after failed server actions in React/Next.js to improve user experience.
A tutorial on implementing custom authentication in Next.js 15 using App Router, Server Components, and Server Actions.
A guide to implementing advanced, shareable search and filter state management in Next.js App Router using URL parameters and React 19 features.
A guide exploring various methods for fetching data in React, from older techniques to modern approaches like React Server Components.
A tutorial on implementing a custom feature flagging system using environment variables and Yup validation within the Next.js App Router.
Learn 3 tips with code to manage shadcn dialog boxes effectively, including external triggers and form submissions.
A tutorial on using URL search parameters in Next.js to manage shareable state for features like searching and sorting posts.
A developer compares building a simple CRUD web app using FastAPI, FastHTML, Next.js, and SvelteKit to evaluate their features and developer experience.
A blog post discussing the concept of 'tag gardening' for cleaning up and organizing tags on a technical blog, inspired by another developer's process.
A guide exploring data fetching in Next.js using Server Actions and comparing it to Server Components and Route Handlers for client-side scenarios.
A guide to deploying a Next.js static website using Azure Static Web Apps, covering setup, GitHub integration, and deployment.
A step-by-step guide to deploying a Dockerized Next.js application using Azure Container Apps for scalable, serverless hosting.
Step-by-step guide to setting up OAuth social logins (Google, GitHub) in Next.js using Next-Auth V5.
A guide to creating a SuperLink component in Next.js that combines Link and anchor tag features for automatic prefetching.
Explores the challenges and solutions for using CSS-in-JS libraries like styled-components with React Server Components in Next.js.
A tutorial on using Server Actions in Next.js 14 for full-stack CRUD operations with Prisma and SQLite.
A technical guide to rebuilding the Remix Contacts tutorial using Next.js 14, React Server Components, Server Actions, Prisma, and Transitions.
A tutorial on setting up a Next.js application with Prisma ORM and SQLite database, covering initial setup and migrations.