React Router Devtools
Toolkit for debugging applications based on React Router v7+
React Labs: View Transitions, Activity, and more
Exploring awesome experimental features in React: ViewTransition and Activity
How to Dockerize a React App: A Step-by-Step Guide for Developers
Step-by-step tutorial including setting up Dockerfile, building an application and launching the container + troubleshooting common problems
What Does 'use client' Do?
Dan Abramov talks about the use of 'use client' in new React architectures where server and client components are combined with each other
Improving SPA performance
Techniques for optimizing single-page apps to improve UX
Advanced React in the Wild
A collection of case studies from engineering teams using React and Next.js in large projects over the last couple of years
React Reconciliation: The Hidden Engine Behind Your Components
How React updates the DOM using the reconciliation algorithm and saves or resets the state depending on the type and position of elements in the component tree
Adaptive Video Streaming With Dash.js In React
What are the limitations of the <video> tag when working with slow connections and how can they be circumvented using adaptive bitrate streaming
SSR Deep Dive for React Developers
how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React
React-scan
A tool to automatically detect performance issues in your React application
Understanding React Server Components
How RSC differs from classic CSR and SSR, what advantages they have and how to integrate server-side components into your React application
Common mistakes with React Testing Library
Kent C. Dodds describes common mistakes when using RTL and offers tips on how to avoid them