JSX Over The Wire
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
A deep dive into React Server Components, exploring the conceptual differences between tags and function calls in programming.
A guide to building reusable React 19 components using Actions, useTransition, and useOptimistic for handling state and side effects.
A guide to integrating Apache ECharts into a React application for data visualization, including a custom wrapper component.
A developer shares their personal journey into open source, detailing their initial steps with React Query and the TanStack community in late 2020.
A tutorial on building a ReAct AI agent from scratch using Google's Gemini 2.5 Pro/Flash and the LangGraph framework for complex reasoning and tool use.
A developer shares the detailed process, challenges, and solutions encountered while upgrading their personal blog from Gatsby V4 to Gatsby V5.
A developer's personal year-in-review, reflecting on coding work, side projects, and blog writing habits in 2024 and looking ahead.
A tutorial on building a full-stack app using FastAPI to stream data via chunked transfer encoding and a Next.js frontend to display it in real-time.
An overview of React's key features like component-based architecture and virtual DOM, explaining its benefits for modern web development.
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 use React 19's cache() API to prevent server component waterfall fetching and improve performance in Next.js.
A guide comparing library-first and framework-first approaches to learning React in 2025, considering the evolving ecosystem.
A developer shares technical insights and techniques used to create the whimsical animations and interactive elements on their new course landing page.
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
A 2025 guide comparing three ways to start a React project: Vite, Next.js, and Remix, detailing their pros, cons, and use cases.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A comprehensive guide to Redux, covering its core principles, use cases, and a full practical example for state management in JavaScript/TypeScript apps.
A guide on splitting large React components into smaller, focused units to improve maintainability, reusability, and unit test coverage.