LogRocket
PodRocket
PodRocket covers everything you need to know about frontend web development on a weekly basis. Join our hosts as they interview experienced developers about all the libraries, frameworks, and tech industry issues they deal with every day.
Δημιουργός
LogRocket
Κατηγορία
Ιστοσελίδα του podcast
Τελευταίο επεισόδιο
9 Ιουλ 2026
Πού να ακούσεις;
Podcast στην εφαρμογή Replaio Radio Έρχεται σύντομαΤα podcast έρχονται σύντομα στην εφαρμογή. Εγκατάστησέ την τώρα και δες πρώτος μια εντελώς νέα προσέγγιση στα podcast
Επεισόδια
Async React with Vercel's Aurora Scharff 09.07.2026 25:14
Aurora Sharf joins PodRocket once again to discuss Async React, the pattern behind React 19's transitions, useOptimistic, and Suspense. She explains why "in-between states" are a UX problem, not just a DX one, how Next.js's cache components and App Router fix years of caching confusion, and why perceived performance (INP) matters as much as cumulative layout shift. Plus: the action props pattern,...
Rich Harris on fine grained reactivity and async first frameworks [ REPEAT ] 02.07.2026 41:13
Rich Harris joins the podcast to discuss his talk, fine-grained everything, exploring fine-grained reactivity, frontend performance, and the real costs of React Server Components and RSC payloads. Rich explains how Svelte and SvelteKit approach co-located data fetching, remote functions, and RPC to reduce server-side rendering costs, improve developer experience, and avoid unnecessary performance...
Yes, and... programming still matters in the age of AI, with Carson Gross [REPEAT] 25.06.2026 38:21
Carson Gross, computer science professor at Montana State and creator of htmx, joins the show to cut through the noise around AI and programming. He explains why the jump from high-level languages to LLMs is fundamentally different from past transitions, why junior developers who skip writing code risk being at the mercy of a stochastic system, and why systems architecture and managing code comple...
TanStack AI with Jack Herrington 18.06.2026 28:45
Jack Herrington joins PodRocket to show why TanStack AI might be the last AI SDK you reach for. He breaks down code mode, a single-shot TypeScript execution that wipes out the round-trip tax of traditional LLM tool calling, plus the AGUI standard that frees your backend from vendor lock-in. We also discuss type-safe tool calls, self healing code mode skills, built in AI dev tools, and incoming Cla...
VoidZero joins Cloudflare, and a $60K monthly token bill | Panel 11.06.2026 42:57
Paige, Jack, Paul, and Noel break down the Cloudflare VoidZero acquisition that puts Vite and Evan You under the Cloudflare roof and what it means for open source sustainability when it seems like acquisition is the only exit. We also talk about Uber burning its annual AI coding tools budget in four months, the Claude Max token subsidy math, and whether local AI models can break the cost curve. Re...
What 7,000 developers actually think about AI 04.06.2026 33:12
Sacha Greif, creator of the State of Web Dev AI survey, joins the podcast to walk through what over 7,000 web developers actually reported about their AI tool usage, code quality concerns, and growing worries about AI financial costs. Only 29% of developers generate a quarter or less of their code with AI, and the survey reveals surprisingly balanced views on LLM hallucinations, developer job secu...
Zed 1.0... GPUI, Rust, and the future of native apps with Mikayla Maki 28.05.2026 36:32
Mikayla Maki, software engineer at Zed, digs into what makes this Rust-built code editor tick... from GPUI, their GPU-accelerated UI framework with a Tailwind-inspired API, to CRDTs powering real-time live collaboration without merge conflicts. She talks about the Zed 1.0 release, their approach to AI, how the team builds popular features directly into core instead of relying on extensions, and wh...
Bun's rust rewrite, the TanStack hack, and the $60B Cursor deal | Panel 21.05.2026 46:49
This month's panel digs into the SpaceX Cursor acquisition rumor and what a $60 billion valuation means for AI coding tools. They debate Bun's million-line Rust rewrite generated entirely by AI, the tradeoffs of agentic coding at scale, and a sophisticated CI/CD cache poisoning attack targeting TanStack. Plus: practical takes on Claude token optimization, session forensics, local AI models, and wh...
pnpm 11 deep dive with lead maintainer Zoltan Kochan 14.05.2026 27:48
pnpm lead maintainer Zoltan Kochan joins PodRocket to unpack pnpm 11's biggest shifts: a new minimum release age default that blocks npm registry packages under 24 hours old, a cleaner allow builds config replacing scattered post-install script settings, and the experimental global virtual store that slashes install times with Git worktrees. Zoltan also shares why a Rust rewrite of pnpm's engine i...
AI still sucks at frontend with Adam Argyle 07.05.2026 54:48
Google Chrome engineer Adam Argyle breaks down why AI is bad at frontend development and CSS in particular. From LLM training data problems to the fact that LLMs can't see, the issues run deep. But it's not all doom! Adam shares a game-changing technique for getting creative AI generated UI by asking for low probability outputs, introduces tools like Impeccable and V0 for AI assisted CSS editing,...
Next.js works everywhere now, Jimmy Lai tells us how. 30.04.2026 32:36
Jimmy Lai, manager of the Next.js team at Vercel, joins the podcast to explain the adapters API, why it exists, how it fixes Next.js self-hosting pain across platforms like Cloudflare, AWS Amplify, and Netlify, and what it unlocks for partial pre-rendering. He also shares where the team is headed: server components, feature flags at request time, and building the best agentic developer experience...
Cloudflare's Next.js rewrite, AI security chaos, and developer brain fry 23.04.2026 40:48
The panel digs into the Cloudflare vs Vercel turf war over Next.js, breaking down what it really means that one engineer vibe coded a full framework rewrite in a week for $1,100 using Claude Code. Then things get spicy: from the Lovable data breach to an early Anthropic model escaping its sandbox, the crew debates whether the wave of AI security incidents is systemic, and what the build vs buy col...
Void makes Cloudflare deployment invisible with Alexander Lichter 16.04.2026 23:46
Alexander Lichter, DevRel at VoidZero, walks us through Void, a Vite-native deployment platform where your code is your infrastructure. From automatic provisioning of databases and KV storage to Rolldown's massive build speed improvements in Vite 6, Alex explains how Vite Plus handles local tooling while Void handles deployment, and how MCP support lets AI coding agents like Claude scaffold and de...
Is Sass dead yet? Miriam Suzanne has thoughts. 09.04.2026 42:35
Miriam Suzanne joins the podcast to unpack the surprisingly deep world of CSS value resolution, the browser program running beneath every website. She explains how cascade and inheritance work together, why CSS custom properties introduce invalid at computed value time errors, and how CSS functions and mixins change the game. Plus: is Sass actually dead, or does it still solve real problems that t...
The browser APIs you're shipping libraries to replace with Kilian Valkhof 02.04.2026 38:27
Most developers reach for date-fns or Moment.js without realizing the browser already ships a powerful string formatting library called the JavaScript Intl API. Killian Valkhof, creator of Polypane, walks through how locale-aware date formatting, currency formatting, the Segmenter API, and the Collator API can replace heavy npm dependencies, with support for over 7,000 locales baked right into eve...
Amazon's AI outage, the engineer retention crisis, autonomous agents and the future of senior engineers 26.03.2026 52:58
The Amazon AI coding outage reignited a debate the industry can't ignore: is this an AI failure or a process failure, and does that distinction even matter anymore? Paige, Jack, Paul, and Noel dig into vibe coding culture, the engineer retention crisis, and the rise of harness engineering as a discipline in this month's panel. They also tackle autonomous agents running while you sleep, zero-touch...
TanStack, TanStack Start, and what’s coming next with Tanner Linsley [Repeat] 19.03.2026 45:56
In this repeat episode, Jack Herrington sits down with Tanner Linsley to talk about the evolution of TanStack and where it’s headed next. They explore how early projects like React Query and React Table influenced the headless philosophy behind TanStack Router, why virtualized lists matter at scale, and what makes forms in React so challenging. Tanner breaks down TanStack Start and its client-firs...
Yes, and... programming still matters in the age of AI, with Carson Gross 12.03.2026 38:21
Carson Gross, computer science professor at Montana State and creator of htmx, joins the show to cut through the noise around AI and programming. He explains why the jump from high-level languages to LLMs is fundamentally different from past transitions, why junior developers who skip writing code risk being at the mercy of a stochastic system, and why systems architecture and managing code comple...
Prisma Next with Will Madden 05.03.2026 36:28
Will Madden joins the podcast to talk about Prisma Next and the evolution from Prisma 7, including the decision to migrate away from Rust, ship the core through WebAssembly, and move toward a fully TypeScript ORM. The conversation dives into how modern workflows like agentic coding change the role of an ORM and why tools still matter even when agents can write SQL queries directly. We discuss how...
Open Claw, AI agents, and the future of developer workflows 26.02.2026 52:45
The PodRocket panel is back for their February roundup! Paige, Paul, Jack and Noel dig into the biggest stories reshaping the web development landscape right now. The panel kicks off with a deep dive into OpenClaw, it's transition to a foundation, and Peter Steinberger joining OpenAI. Is a foundation the right long-term home for fast-moving AI projects? And what does the continuing flow of talent...
Making sense of web rendering patterns with Gil Fink 19.02.2026 25:15
Gil Fink breaks down web rendering patterns including server side rendering, SSR, client side rendering, CSR, and static rendering, along with newer approaches like islands architecture, resumability, and hybrid rendering. The conversation explores tradeoffs around hydration, web performance, INP, CDN caching, and bundle size optimization, and compares frameworks like Next.js, TanStack Start, Astr...
How developer platforms fail (and how yours won’t) with Russ Miles 12.02.2026 46:02
Russ Miles joins the show to unpack why developer platforms fail and how to rethink platform engineering through the lens of flow of value rather than factory-style developer productivity metaphors. Russ explains why every organization already has an internal developer platform, and why treating it as platform as a product changes everything. The conversation explores cognitive load and cognitive...
Rich Harris on fine grained reactivity and async first frameworks 05.02.2026 41:13
Rich Harris joins the podcast to discuss his talk, fine-grained everything, exploring fine-grained reactivity, frontend performance, and the real costs of React Server Components and RSC payloads. Rich explains how Svelte and SvelteKit approach co-located data fetching, remote functions, and RPC to reduce server-side rendering costs, improve developer experience, and avoid unnecessary performance...
Tailwind Layoffs, Cloudflare Buys Astro | Panel 29.01.2026 39:27
In this mini-panel, Jack, Paige, Paul, and Noel discuss how AI reshaping developer tooling is impacting open source monetization, including the recent Tailwind layoffs and the collapse of Tailwind documentation traffic caused by AI. The conversation expands into broader developer tooling business models and reacts to claims like Ryan Dahl stating that the era of humans writing code is over. They a...
Modern CSS tricks for massive performance gains with Michael Hladky 22.01.2026 25:57
Michael Hladky joins the pod to explain how CSS performance improvements like content-visibility, CSS containment, contain layout, and contain paint can dramatically outperform JavaScript virtual scrolling. The conversation explores virtual scrolling, large DOM performance, and how layout and paint work inside the browser rendering pipeline, including recalculate styles and their impact on INP Int...
Παρόμοια podcast
Το Replaio δεν είναι εκδότης podcast - τα ονόματα των εκπομπών, τα εξώφυλλα και ο ήχος ανήκουν στους δημιουργούς τους και διανέμονται μέσω δημόσιων ροών RSS