Next.js 16.1 is live with stable Turbopack. Plus: TanStack Start hits RC, React Compiler becomes the default, and critical security patches you can't

React Weekly

Issue #1

Next.js 16.1 Stable, TanStack Start RC, and the 2026 React Survival Guide

Hey there, React developers.

Happy New Year! We are officially kicking off 2026 with a massive inaugural issue of React Weekly. The ecosystem certainly didn't slow down for the holidays—we've got Next.js 16.1 dropping stable Turbopack caching, TanStack Start finally reaching its 1.0 Release Candidate milestone, and the React Compiler officially becoming the default for all new projects. We’ve also included a critical security advisory for React 19 users and a masterclass in React Native survival for the year ahead. Let's dive into the future of the stack.


📰 Article

Next.js 16.1: Stable Turbopack & Local Bundle Analyzer

⏱️ 5 min

Next.js 16.1: Stable Turbopack & Local Bundle Analyzer

Next.js 16.1 has officially stabilized Turbopack caching for development environments. It also introduces a long-awaited interactive Bundle Analyzer that works directly with the new build engine, helping you trim your RSC payloads.

By Next.js Team

Check Release Notes

📢 News

Critical Advisory: Source Code Exposure in React 19

⏱️ 4 min

A critical patch (CVE-2025-55183) was released late last month addressing a vulnerability in Server Actions that could leak server-side source code under specific proxy configurations. Upgrade your dependencies today.

By React Team

Read More

📰 Article

TanStack Start 1.0 RC: The Full-Stack Milestone

⏱️ 8 min

TanStack Start has finally reached Release Candidate status. With 100% type-safe routing, server functions that replace the need for tRPC, and a client-first philosophy, it’s becoming the top alternative to Next.js for 2026.

By Tanner Linsley

Build with Start

📰 Article

React Performance: The Compiler is Now Default

⏱️ 7 min

As we enter 2026, the React Compiler is officially the default for all new React templates. We explore why 'Component Composition' remains vital even when the compiler handles your manual memoization automatically.

By Meta Engineering

Read More

📰 Article

TanStack AI: Why We Split the Adapters

⏱️ 4 min

TanStack AI has undergone a major architectural shift. By moving away from monolithic adapters to a 'micro-adapter' pattern (like `openaiText` and `openaiImage`), the team has solved three critical issues: bundle bloat, development friction, and type-system complexity. This change allows for incremental support of new modalities like video and audio without slowing down the core library.

By Alem Tuzlak

Read the Full Deep Dive

💡 Quick Tip

Top 6 React Native Tips to Survive 2026

⏱️ 14 min

Top 6 React Native Tips to Survive 2026

Beto shares essential React Native best practices to stay ahead in 2026. This deep dive covers switching to the Pressable API for better haptics and animations, utilizing platform-specific file extensions (.ios.tsx) to clean up runtime checks, and leveraging native iOS form sheets for a superior UI. He also explains critical performance wins using FlatList and how to maintain a lean directory structure in Expo Router.

By Code with Beto

Watch the Full Video

Thank you for being part of the very first React Weekly. 2026 is already shaping up to be a year of 'zero manual memoization' and highly modular full-stack tools. I'd love to hear your feedback on this first issue—just hit reply and let me know what you're most excited to build this year. See you next Sunday!