How Lovable Migrated from Next.js to TanStack Start — Lovable moved nearly 400 routes and more than 850K lines of code off a Next.js app running on Vercel onto TanStack Start on its own platform. The heart of the story is how they ran both frameworks in parallel behind a proxy, with a shared folder of code between them. Alexander Lebedev (Lovable) |
What We Learnt Building a Data Grid in React, Vue, and Svelte — SVAR ships the same data grid for React, Vue and Svelte, so they know how frameworks differ. But do those differences affect performance? Barely. No winner is declared, as "the expensive parts of a fast data grid turned out to be almost entirely framework-independent." Maksim Kozhukh (SVAR) |
Reliable Query Prefetching with TanStack Router — Prefetch in a loader and you're writing the query twice, and those copies can drift over time. Dominik's fix puts queryOptions in route context so the loader and component use the same definition, and sub-routes get them too. Dominik Dorfmeister |
🛠 Code, Tools & Libraries |
Oxlint Gets React Compiler Support — Oxlint now includes 22 rules that run React Compiler's own validation passes to catch Rules of React violations. Oxc also ships a package that applies the automatic memoization itself, which it claims can be over 10 times faster than the Babel plugin. Boshen (Oxc) |
📱 Ionic Framework v9 – The mobile-first UI toolkit for React, Angular and Vue returns after a two-year gap with React Router 6 support and more. There's an upgrade guide for v8 users.
GTKX 1.5 – Create native GTK-powered Linux desktop apps with React. Now with an adapter to connect React Hook Form to native Adwaita controls.
Streamdown 2.6 – Vercel's replacement for react-markdown focused on AI-powered streaming of Markdown content. (Homepage.)
react-jsonschema-form 6.8 – Component for declaratively building web forms using JSON Schema. (Playground.)
nuqs 2.10 – Type-safe search params state manager. Like useState, but stored in the URL query string.
Material UI 9.4 – Comprehensive React component suite.
|
🌌 Ever heard a React talk in a planetarium? React Summit US, 4th edition: Nov 17 & 20, New York & Online. Reserve your spot!
Meet chat.agent on Trigger.dev: durable AI agents built with the AI SDK you already use. Long-lived LLM sessions that survive deploys, crashes & refreshes. |
|
💬 The Next.js team answered your questions |
The Next.js team spent a morning on Reddit's r/nextjs answering user-submitted questions on Next.js 16.3, the App Router, RSC, caching and upgrades. A few responses are worth a closer look:
(Apologies if any of the links above demand a Reddit login. Apparently they are starting to do that more often now.) It'd be neat if the core React team did one of these sometime – the React Native team did one a decade ago that was very popular. |
|
Комментарии
Отправить комментарий