Published on 18.03.2026
TLDR: RedwoodJS has evolved into RedwoodSDK, a server-first React framework built entirely for Cloudflare Workers, featuring RSC support, realtime capabilities, and a zero-magic philosophy.
TLDR: The Aha! engineering team replaced Gatsby with a custom React Server Components framework built in under 1,000 lines of code, reducing JavaScript payloads by 90% and time-to-interactive by over 80%.
Less code, more power: Why we rolled our own React Server Components framework
TLDR: A comprehensive deep-dive into how React Fiber enabled the entire Async React story, from Suspense and transitions to optimistic updates and actions, reframing these APIs as expressions of a single unified model.
TLDR: Ryan Carniato (creator of SolidJS) explains why React's deferred state commits and dependency arrays on effects are not arbitrary design choices but fundamental invariants that every UI framework must eventually confront.
Two React Design Choices Developers Don't Like But Can't Avoid
TLDR: The TanStack Start team achieved a 5.5x improvement in SSR throughput (427 to 2,357 req/s) and 9.9x faster average latency through systematic profiling and four key optimization patterns.
5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start
TLDR: Next.js 16.2 focuses on making applications more accessible to AI coding agents, with bundled documentation, browser log forwarding to terminal, dev server lock files, and experimental agent DevTools.
TLDR: Vite 8 ships with Rolldown as its single unified Rust-based bundler, replacing the dual esbuild/Rollup architecture with 10-30x faster builds while maintaining full plugin compatibility.
TLDR: VoidZero open-sources Vite+ under MIT, a single binary that unifies Vite, Vitest, Oxlint, Oxfmt, Rolldown, and tsdown with a task runner, Node.js version management, and package manager integration.
TLDR: The Temporal API has officially reached Stage 4 at TC39's March 2026 meeting, becoming part of ECMAScript 2026 after nearly a decade of development, with browser support already shipping in Firefox, Chrome, and Edge.
TC39 Advances Temporal to Stage 4
TLDR: Oxlint's JavaScript plugins have reached alpha, providing an ESLint-compatible plugin API that lets teams run existing ESLint plugins within Oxlint at 4.8x to 100x the speed.
TLDR: Vitest 4.1 ships with test tags for organizing and filtering tests, an experimental native module runner mode, enhanced Playwright trace integration, and an agent-optimized reporter for AI coding workflows.
TLDR: Base UI v1.3.0 promotes Drawer to stable, adds automatic aria-labelledby support across form components, and ships dozens of accessibility and interaction fixes across its component library.
TLDR: An interactive deep-dive into how React's reconciliation algorithm uses keys to track element identity, with live demos showing exactly why index-as-key causes state bugs.