Streaming Multiple AI Models in Parallel with React.js and AI SDK
A tutorial on building a React.js UI to stream and compare responses from multiple AI models simultaneously using the Vercel AI SDK.
A tutorial on building a React.js UI to stream and compare responses from multiple AI models simultaneously using the Vercel AI SDK.
A tutorial on building a React.js chat app that allows users to switch between multiple AI models like GPT-4 and Claude 3 using the AI SDK.
Explains how to split React components into backend and frontend parts to handle server-side data and client-side interactivity.
A tutorial on building a full-stack React.js AI chat app using the AI SDK to simplify streaming and state management.
A tutorial on building a full-stack AI chat application using React.js, Next.js, and the OpenAI API, including streaming responses.
A guide to implementing authorization in Next.js applications using React Server Components, Server Actions, and the App Router.
Explores key React trends for 2025, focusing on the maturation of React Server Components and the rise of full-stack React frameworks.
A guide comparing library-first and framework-first approaches to learning React in 2025, considering the evolving ecosystem.
Tutorial on using LangChain and Zod in a Next.js chatbot to structure and validate OpenAI API responses for the frontend.
A tutorial on implementing real-time streaming responses in a LangChain chatbot using JavaScript, React.js, and Next.js with the OpenAI API.
A tutorial on building a chatbot with LangChain, OpenAI, and Next.js/React.js, including code examples for the frontend and backend.
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 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.
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.