Home Podcasts PodRocket
PodRocket

PodRocket

LogRocket 629 Episodes Jul 16, 2026

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.

Episodes

Caching, payloads, and other front-end dark arts with Faris Aziz
Caching, payloads, and other front-end dark arts with Faris Aziz Jul 16, 2026 31:07 Faris Aziz joins PodRocket to unpack the front-end "dark arts" behind building resilient dashboards under API rate limits and bloated payloads. He walks through front-end caching strategies, why a backend for frontend pattern using Next.js API routes as a proxy solved a 13-second load time, and how TanStack Query resilience patterns hold up differently at fintech scale versus Smallpdf's t
Async React with Vercel's Aurora Scharff
Async React with Vercel's Aurora Scharff Jul 9, 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
Rich Harris on fine grained reactivity and async first frameworks [ REPEAT ]
Rich Harris on fine grained reactivity and async first frameworks [ REPEAT ] Jul 2, 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 per
Yes, and... programming still matters in the age of AI, with Carson Gross [REPEAT]
Yes, and... programming still matters in the age of AI, with Carson Gross [REPEAT] Jun 25, 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 co
TanStack AI with Jack Herrington
TanStack AI with Jack Herrington Jun 18, 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 inc
VoidZero joins Cloudflare, and a $60K monthly token bill | Panel
VoidZero joins Cloudflare, and a $60K monthly token bill | Panel Jun 11, 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
What 7,000 developers actually think about AI
What 7,000 developers actually think about AI Jun 4, 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
Zed 1.0... GPUI, Rust, and the future of native apps with Mikayla Maki
Zed 1.0... GPUI, Rust, and the future of native apps with Mikayla Maki May 28, 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 extension
Bun's rust rewrite, the TanStack hack, and the $60B Cursor deal | Panel
Bun's rust rewrite, the TanStack hack, and the $60B Cursor deal | Panel May 21, 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 model
pnpm 11 deep dive with lead maintainer Zoltan Kochan
pnpm 11 deep dive with lead maintainer Zoltan Kochan May 14, 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
AI still sucks at frontend with Adam Argyle
AI still sucks at frontend with Adam Argyle May 7, 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
Next.js works everywhere now, Jimmy Lai tells us how.
Next.js works everywhere now, Jimmy Lai tells us how. Apr 30, 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 ex

Recommended