How to Fix Any Bug
A developer shares a systematic approach to debugging, using a real bug example and contrasting it with AI's limitations.
A developer shares a systematic approach to debugging, using a real bug example and contrasting it with AI's limitations.
How Thoughtworks used AI and a 'Research, Review, Rebuild' workflow to modernize the Bahmni hospital system's frontend, drastically cutting migration time.
Dan Abramov announces he is offering paid consulting services for UI engineering, focusing on React and React Native.
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.
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 developer's personal year-in-review, reflecting on coding work, side projects, and blog writing habits in 2024 and looking ahead.
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.
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 5-step guide to organizing React projects, from single-file apps to scalable folder structures for large applications.
A tutorial on using Search Params (Query Params) in React Router 7 to manage and share application state via the URL.
A tutorial on using Descendant Routes in React Router 7 to manage routing for related components without nesting.
A tutorial on implementing Nested Routes in React Router 7 to create tabbed navigation and dynamic view updates.
A quick tutorial and code example for getting started with React Router 7, covering basic routing concepts.