

PodRocket
LogRocket
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
Mentioned books

Oct 1, 2025 • 43min
State of CSS in 2025 with Adam Argyle and Kevin Powell
Adam Argyle, a design engineer at Shopify and CSS advocate, joins Kevin Powell, a CSS educator and content creator, to explore the dynamic landscape of CSS in 2025. They delve into the latest survey results, highlighting new features like nesting and container queries that are reshaping web styling. The duo discusses the practicality of functions and the significance of innovations like relative color syntax and app property. They also contemplate the future of CSS, envisioning exciting possibilities like motion blur and state queries.

Sep 25, 2025 • 41min
Google’s antitrust win, AI mandates, npm attacks and robots.txt
Exploring the clash between AI crawlers and web regulation, the panel debates the effectiveness of tools like robots.txt and RSL licensing. They analyze the implications of Atlassian's acquisition of Dia for browser innovation amidst Chromium's dominance. The discussion on Google's antitrust victory reveals concerns over the potential for increased tech consolidation. Supply chain attacks raise alarms about security vulnerabilities, while the contentious topic of AI mandates at companies like Coinbase highlights worries about developer morale and burnout.

14 snips
Sep 23, 2025 • 40min
Unpacking the NPM supply chain attacks with Feross Aboukhadijeh
Feross Aboukhadijeh, the founder and CEO of Socket, dives into the alarming rise of NPM supply chain attacks targeting the JavaScript community. He discusses how attackers employed phishing tactics to compromise popular packages like Prettier and 'is,' explaining the vulnerabilities that allowed for these breaches. Feross also highlights risky postinstall scripts and provides practical mitigation strategies to protect against future threats, emphasizing the importance of vigilant practices in the ever-evolving landscape of software security.

16 snips
Sep 18, 2025 • 32min
Mark Dalgeish on mastering RSCs with React Router
Mark Dalgleish, a developer on the React Router team, breaks down the latest advancements in React Router's support for React Server Components (RSC). He unveils the significance of data, framework, and declarative modes, emphasizing how they enhance development efficiency. The discussion explores practical benefits like improved performance and reduced browser code through RSC. Mark also highlights middleware API innovations and how React 19 will further reshape server-side rendering, making RSC mainstream.

Sep 11, 2025 • 32min
Modularizing the monolith with Jimmy Bogard
Join Jimmy Bogard, the mastermind behind Automapper and Mediator, as he delves into the art of transforming monolithic systems into more modular architectures. He discusses the crucial importance of defining boundaries and the perils of distributed monoliths. Learn practical refactoring techniques, database migration strategies, and insights from industry giants like Stripe and WordPress. Bogard also explores the implications of team dynamics, effective communication, and emerging AI tools in simplifying system complexities.

Sep 9, 2025 • 39min
Rolldown and VoidZero's vision for the future of JavaScript tooling with Alexander Lichter
Alexander Lichter, DevRel at VoidZero, dives into the innovative bundler Rolldown, designed to enhance the JavaScript development experience with faster builds and better scalability. He discusses the promise of unified tooling within the JavaScript ecosystem, incorporating insights from OXC and Oxlint. The conversation also highlights the push for simpler, more efficient tools as a counter to the complexity of traditional solutions. Plus, Lichter teases exciting details for ViteConf 2024, focusing on community input and future innovations.

Sep 4, 2025 • 23min
The useless useCallback: React performance myths unpacked, with Dominik Dorfmeister
Dominik Dorfmeister, a software engineer at Sentry and TanStack libraries maintainer, dives into the complexities of React's useCallback and useMemo. He reveals that these hooks often complicate rather than enhance performance. Dominik discusses the promise of the React Compiler and how the 'latest ref' pattern can simplify code. He warns against the overuse of memoization and manual optimizations, sharing tips for effective PR reviews and best practices to boost code readability and maintainability.

26 snips
Aug 28, 2025 • 44min
Navigating the AI bubble, the 10x AI engineer, and the Cloudflare vs. Perplexity data grab
Paige Niedringhaus, a Staff Software Engineer at Blues and co-host of Front End Fire, dives into the sustainability of the AI industry and the reality of the so-called '10x AI engineer.' The panel debates whether the AI hype is akin to past tech bubbles and discusses the ethical concerns surrounding data scraping, particularly with Cloudflare's actions. They also touch on GitHub's leadership shake-up and recent advancements like Vercel's AI SDK, shedding light on the future of developers in an evolving tech landscape.

13 snips
Aug 26, 2025 • 19min
React beyond the DOM: exploring custom renderers with Erik Rasmussen
Erik Rasmussen, principal product engineer at Attio, reveals the expansive uses of React beyond traditional web applications. He dives into innovative custom renderers for IoT and hardware. Erik discusses the pivotal role of the React Reconciler in developing custom rendering solutions and highlights security practices for third-party code using iframes. He also explores platform-agnostic rendering opportunities and envisions React's potential in fields like 3D printing and automation, making this conversation a treasure trove for developers!

11 snips
Aug 21, 2025 • 30min
Modern React Patterns: Concurrent Rendering & Actions with Aurora Scharff
Aurora Scharff, a Senior Consultant at Crayon, shares her expertise on modern React development, specifically focusing on features from React 18 and 19. She discusses real-world applications of useTransition and useOptimistic, revealing how they enhance user experience and optimize async rendering. Aurora also touches on server components, the integration with Next.js, and tools like Aria Kit and Redwood SDK, showcasing how these advancements are shaping the future of React. Her insights into concurrent rendering patterns provide essential knowledge for developers.