PodRocket covers everything you need to know about frontend web development on a weekly basis. Join LogRocket cofounder Ben Edelstein, the LogRocket engineering team, and more, as they interview experienced developers about all the libraries, frameworks, and tech industry issues they deal with every day.
…
continue reading

1
Google’s antitrust win, AI mandates, npm attacks and robots.txt
41:10
41:10
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
41:10Is the web breaking under the weight of AI crawlers, platform consolidation, and nonstop security breaches? We dive into the state of browsers, developer burnout, and whether tech regulation can actually keep up. In this panel discussion: We debate if robots.txt and AI licensing standards like RSL can realistically control how AI scrapes the web. T…
…
continue reading

1
Unpacking the NPM supply chain attacks with Feross Aboukhadijeh
40:09
40:09
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
40:09Feross Aboukhadijeh, founder of Socket, joins us to break down the recent wave of NPM supply chain attacks hitting the JavaScript ecosystem, including how attackers used phishing to target developers, snuck malware into popular packages like Prettier and "is", and even abused tools like Claude, Gemini, and TruffleHog. We dig into how GitHub Actions…
…
continue reading

1
Mark Dalgeish on mastering RSCs with React Router
31:36
31:36
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
31:36Mark Dalgleish joins us to talk about the latest in React Router, including its growing support for React Server Components (RSC). He breaks down what RSC data mode, framework mode, and declarative mode mean for developers, and how features like the middleware API and route module API are simplifying work across tools like Vite and Parcel. We also …
…
continue reading

1
Modularizing the monolith with Jimmy Bogard
32:28
32:28
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
32:28Jimmy Bogard joins Pod Rocket to talk about making monoliths more modular, why boundaries matter, and how to avoid turning systems into distributed monoliths. From refactoring techniques and database migrations at scale to lessons from Stripe and WordPress, he shares practical ways to balance architecture choices. We also explore how tools like Cla…
…
continue reading

1
Rolldown and VoidZero's vision for the future of JavaScript tooling with Alexander Lichter
39:02
39:02
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
39:02Alexander Lichter joins the podcast to talk about Rolldown, a bundler built in Rust by Void Zero that aims to replace Rollup and ESBuild with faster builds and better enterprise scalability. He dives into the power of OXC and Oxlint, the push toward a unified JavaScript toolchain, and previews what to expect at ViteConf 2024. Links X: https://x.com…
…
continue reading

1
The useless useCallback: React performance myths unpacked, with Dominik Dorfmeister
22:55
22:55
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
22:55Dominik Dorfmeister unpacks the pitfalls of React’s useCallback and useMemo, revealing how these hooks often introduce more complexity than performance gains. He explores the promise of the React Compiler, the practical power of the “latest ref” pattern, and strategies to boost code readability and maintainability at scale. Learn why overusing useE…
…
continue reading

1
Navigating the AI bubble, the 10x AI engineer, and the Cloudflare vs. Perplexity data grab
44:26
44:26
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
44:26Is the AI industry an unsustainable bubble built on burning billions in cash? We break down the AI hype cycle, the tough job market for developers, and whether a crash is on the horizon. In this panel discussion with Josh Goldberg, Paige Niedringhaus, Paul Mikulskis, and Noel Minchow, we tackle the biggest questions in tech today. We debate if AI i…
…
continue reading

1
React beyond the DOM: exploring custom renderers with Erik Rasmussen
18:33
18:33
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
18:33Erik Rasmussen, principal product engineer at Attio, joins PodRocket to discuss how React can be used far beyond the web. From custom React renderers for IoT and hardware to a secure plugin architecture using iframes and JSON rendering, Erik dives into platform agnostic rendering, React reconciler, xState, and how Adio empowers developers to build …
…
continue reading

1
Modern React Patterns: Concurrent Rendering & Actions with Aurora Scharff
29:31
29:31
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
29:31Aurora Scharff, Senior Consultant at Crayon, joins to break down how modern React development is evolving with features from React 18 and React 19. She explores real-world use cases for useTransition and useOptimistic, highlights improvements in async UI rendering and performance, and shares insights on building responsive interfaces with concurren…
…
continue reading

1
Poor Sleep, Big Pay Gaps, Culture Shifts: The State of Devs in 2025 with Sacha Greif
26:03
26:03
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
26:03Sacha Greif, creator of the State of Devs 2025 survey, joins PodRocket to share insights on developer life beyond the code. We talk about sleep habits, mental health, job titles, workplace culture, and shifting values across regions. Learn why "engineer" titles often pay more, what developers worldwide think about Elon Musk, and how trends differ b…
…
continue reading

1
NuxtLabs joins Vercel with Daniel Roe
23:41
23:41
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
23:41In this episode of PodRocket, Daniel Roe, lead dev over at NuxtLabs, joins Paul to discuss the big news: NuxtLabs is joining Vercel. They dive into what this partnership means for Nuxt, the independence of the open-source framework, and how products like Nuxt UI Pro, Nuxt Studio, and Nuxt Hub are evolving. Daniel also shares insights on zero-config…
…
continue reading

1
Typescript Is SO SLOW...Or Is It? with Mike Hartington
33:33
33:33
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
33:33TypeScript might feel slow, but is it really? In this episode, Mike Hartington DevRel at Nx joins us fresh off his React Miami talk to unpack what actually causes TypeScript slowdowns in large monorepos, and how techniques like project references, workspaces, and precompiled DTS files can supercharge your dev experience. We also dig into the upcomi…
…
continue reading

1
Building Jarvis: MCP and the future of AI with Kent C Dodds
37:15
37:15
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
37:15Kent C. Dodds is back with bold ideas and a game-changing vision for the future of AI and web development. In this episode, we dive into the Model Context Protocol (MCP), the power behind Epic AI Pro, and how developers can start building Jarvis-like assistants today. From replacing websites with MCP servers to reimagining voice interfaces and AI s…
…
continue reading

1
How Lingo.dev is reimagining i18n in React with Max Prilutskiy
34:15
34:15
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
34:15Max Prilutskiy, co-founder and CEO of lingo.dev, about the lingo.dev compiler, a powerful open-source tool that automates multilingual support in React applications. Max dives deep into how the compiler uses ASTs and AI to eliminate the traditional friction of i18n workflows, offers build-time translations, and supports hot module replacement, stat…
…
continue reading

1
Goodbye, useState with David Khourshid
36:54
36:54
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
36:54David Khourshid, founder of Stately.ai, joins us to discuss better ways to manage complex state in React applications. We explore the pitfalls of overusing useState, how discriminated unions and state machines improve app logic, the role of server components, and the growing importance of query strings and persistent state management. He also share…
…
continue reading

1
React Router and why file-routing sucks with Brooks Lybrand
33:45
33:45
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
33:45Brooks Lybrand, Developer relations manager for Remix and React Router, joins the pod to discuss the latest developments in React Router v7, its evolving community, and the migration path from Remix. We also explore the router's new open governance model, framework mode, and how server-side rendering and data handling are being reimagined for moder…
…
continue reading

1
Storybook 9 is leveling up UI testing with Michael Shilman
30:05
30:05
Lejátszás később
Lejátszás később
Listák
Tetszik
Kedvelt
30:05In this episode of PodRocket, Michael Shilman, product lead at Storybook, joins us to explore the major updates in Storybook 9. We dive into component testing, browser mode in Vitest, AI workflows, React Server Components, accessibility audits, and Storybook’s growing support for frameworks like Next.js, Svelte, and React Native. Michael also share…
…
continue reading