Authorization in Next.js
A guide to implementing authorization in Next.js applications using React Server Components, Server Actions, and the App Router.
A guide to implementing authorization in Next.js applications using React Server Components, Server Actions, and the App Router.
A tutorial on displaying toast notifications for React Server Actions using the useActionState Hook and useEffect.
A tutorial on implementing toast notifications for React Server Actions using the useActionState Hook, including code examples.
Explains how to structure large React applications using a feature-based architecture for better scalability and maintainability.
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.
React is evolving into a full-stack framework with Server Components and Server Actions, bridging the gap between frontend and backend development.
A guide exploring data fetching in Next.js using Server Actions and comparing it to Server Components and Route Handlers for client-side scenarios.
Learn two methods to pass extra arguments, like a post ID, to server actions in React forms using hidden fields or function binding.
A tutorial on using Server Actions in Next.js 14 for full-stack CRUD operations with Prisma and SQLite.
A tutorial on building forms in Next.js 14 using Server Actions, React Server Components, and Zod for validation.