I'm Doing a Little Consulting
Dan Abramov announces he is offering paid consulting services for UI engineering, focusing on React and React Native.
Dan Abramov announces he is offering paid consulting services for UI engineering, focusing on React and React Native.
A deep dive into how import/export keywords and 'use client'/'use server' directives work in React Server Components (RSC).
Explains React Server Components (RSC) by comparing them to the 'code as data' concept of quoting in LISP programming.
Explains why React Server Components (RSC) integrate with bundlers for efficient code serialization and client-side delivery.
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
Explains the 'use client' and 'use server' directives in React, comparing them to fundamental programming concepts and their role in client-server communication.
Explores key React trends for 2025, focusing on the maturation of React Server Components and the rise of full-stack React frameworks.
A tutorial on implementing toast notifications for user feedback when using React Server Actions.
Explains how to structure large React applications using a feature-based architecture for better scalability and maintainability.
A guide exploring various methods for fetching data in React, from older techniques to modern approaches like React Server Components.
A tutorial on using URL search parameters in Next.js to manage shareable state for features like searching and sorting posts.
A guide exploring data fetching in Next.js using Server Actions and comparing it to Server Components and Route Handlers for client-side scenarios.
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 tutorial on building forms in Next.js 14 using Server Actions, React Server Components, and Zod for validation.
A guide demystifying React Server Components, explaining how they work, their benefits, and how they differ from Server-Side Rendering.
A summary of a live stream Q&A with Dan Abramov and Joe Savona discussing React Server Components, their benefits, and trade-offs.