React's Framework Evolution and AI's Growing Role in Web Development

Published on 12.11.2025

bash — 80×24$pnpm dev▶ ready on localhost:3000$git commit -m "feat: og images"$npx tsc --noEmit✓ 0 errorsCODING

How React Router Became a Framework

TLDR: React Router v7 merges Remix back upstream, bringing framework-level features to the library that powers roughly half of all React downloads. This evolution from library to framework represents a fundamental shift in the React ecosystem.

How React Router Became a Framework


How React Compiler Performs on Real Code

TLDR: React Compiler promises to eliminate manual memoization, but real-world testing reveals it doesn't catch every re-render, especially with external libraries or complex legacy code. It's powerful but not a complete replacement for understanding performance.

How React Compiler Performs on Real Code


Sub Agent Context Sharing in AI Coding Assistants

TLDR: Cloud Code's sub-agent feature optimizes context management by using specialized agents for research and planning, saving tokens and improving performance—but only when used correctly as researchers, not direct implementers.

Sub Agent Context Sharing for Coding


Building a RAG System in Node.js

TLDR: Retrieval-Augmented Generation bridges the gap between LLMs' outdated knowledge and real-time information needs. Building RAG systems in Node.js involves careful choices around vector databases, embeddings, and chunking strategies.

Building a RAG System in Node.js


Full-Stack App in Half a Day: Next.js 15

TLDR: Next.js 15 enables rapid full-stack development through integrated features like server components, image optimization, and seamless Vercel deployment—but requires understanding the opinionated architecture and new patterns.

Full-Stack App in Half a Day: Next.js 15


How Good is AI at Coding React (Really)?

TLDR: Industry benchmarks reveal AI coding assistants show promise for React development but with significant gaps in production-quality code generation. Understanding capabilities and limitations is crucial for effective adoption.

How Good is AI at Coding React (Really)?


The React Developer's Guide to AI Engineering

TLDR: React developers' existing skills in component thinking, state management, and effect handling translate directly to building sophisticated AI applications. The workshop bridges React expertise to AI engineering patterns.

The React Developer's Guide to AI Engineering


Disclaimer: This summary is AI-generated based on conference talk abstracts and video transcriptions. For complete and authoritative information, please refer to the original talks and documentation. Technical details may have evolved since the conference dates.

🤖 Generated with Claude Code

Co-Authored-By: Claude [email protected]