Partner im RedaktionsNetzwerk Deutschland
PodcastsTechnologieFront-End Fire

Front-End Fire

TJ VanToll, Paige Niedringhaus, Jack Herrington
Front-End Fire
Neueste Episode

Verfügbare Folgen

5 von 94
  • React Activity, Storybook 9 Beta, and AI as a Collaborator, Not a Crutch
    The React team’s been on a roll lately with new experimental updates. Last episode we covered  View Transitions, and today we discuss Activity. Activity is a component to hide and show parts of the UI while maintaining the component’s state and continuing to render at a lower priority when it’s not visible on screen.Storybook 9 beta is out now, and it seems to be transitioning from a frontend workshop for building UI components in isolation to a one-stop shop for all your frontend testing needs.And Microsoft recently released a paper from researchers at Cambridge and Carnegie Mellon studying how AI coding assistants have allowed developers to engage in less critical thinking and independent problem-solving, and how the skills to do both could deteriorate if this over-reliance on AI continues unchecked.News:Paige - Storybook 9 betaJack - React <Activity>TJ - The Impact of Generative AI on Critical Thinking and Avoiding Skill Atrophy in the Age of AIBonus News:Ladybird new independent web browserMTMC-16Apple changes App Store rules to allow external purchasesWhat Makes Us Happy this Week:Paige - The Night Manager seriesJack - RaycastTJ - Linkin Park World TourThanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.Front-end Fire websiteBlue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fireFollow us on Bluesky @front-end-fire.comSubscribe to our YouTube channel @Front-EndFirePodcast
    --------  
    55:50
  • Alien Signals, React Compiler Hits RC, and RedwoodSDK Plans Revealed
    Signals has been gaining in popularity the past few years for its fine-grained approach to reactivity in the browser, and a new high performance implementation called Alien Signals has landed in Vue.js. It offers significant performance improvements to complex applications with lots of data changes, and has been extended so it can be used in other JS-based libraries besides Vue. The React team announces that React Compiler has reached release candidate (RC) stage and is nearing stable release territory. React Compiler is a build-time tool that optimizes React apps through automatic memoization so devs don’t have to worry about including useMemo() and useCallback() hooks in their code.RedwoodSDK, which had some cryptic messaging about its future last month, has unveiled more of the story on its new website this month. It’s aiming to be part of the “personal software revolution” by providing a React framework for Cloudflare, offering built in access to Cloudflare Workers, databases and storage, queues, AI, and more.News:Paige - RedwoodSDK details revealedJack - Alien SignalsTJ - React Compiler RCBonus News:Everybody wants to buy ChromeWhat Makes Us Happy this Week:Paige - Severance TV series season 2Jack - Grilling seasonTJ - Detroit grows in population for the first time in decadesThanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.Front-end Fire websiteBlue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fireFollow us on Bluesky @front-end-fire.comSubscribe to our YouTube channel @Front-EndFirePodcast
    --------  
    37:14
  • All AI All the Time: OpenAI’s Codex, the Web Dev AI Survey, and More
    The AI hype train keeps chugging along with new updates from OpenAI. ChatGPT now offers GPT-4.1 - a new dev-first model trained for use cases related to coding, instruction following, and function calling with a context window of up to 1 million tokens. It also announces Codex CLI, a terminal version of ChatGPT that devs can use to run code, manipulate files, and iterate without ever leaving their preferred terminal.Next.js 15.3 drops with new features like using its Turbopack buildpack for production builds (still in alpha stage so use with caution), community support for Rspack as a drop in replacement for the Webpack bundler, and new navigation hooks for enhanced client-side routing capabilities.There’s also a new survey out this week: the first annual State of Web Dev AI, which answers questions like which AI tools devs find most useful, how much devs are spending on AI, and what pain points are devs most likely to encounter when leveraging AI to develop their own web apps.News:Paige - OpenAI Codex CLI and GPT-4.1 modelsJack - State of AI Web Dev 2025TJ - Next.js 15.3Bonus News:OpenAI is in talks to acquire Windsurf for $3B“Slopsquatting”AI agents for everyone (Firebase Studio), (Arduino AI Assistant)Fire Starter:Declarative Web PushWhat Makes Us Happy this Week:Paige - Solo Leveling anime seriesJack - Knuckles TV mini series TJ - NY Times FlashbackThanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.Front-end Fire websiteBlue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fireFollow us on Bluesky @front-end-fire.comSubscribe to our YouTube channel @Front-EndFirePodcast
    --------  
    45:21
  • Agents Assemble: Google’s A2A Protocol, Copilot Reviews & RedwoodJS Reborn
    Google announces a new Agent2Agent protocol meant to support AI agents communicating with each other. A2A aims to  complement MCP and address the challenges of deploying large-scale, multi-agent systems from various providers across different platforms and cloud environments.GitHub Copilot’s new code review feature is now generally available. Just like you’d assign a coworker to review a PR, users can now assign a Copilot agent to review that same PR and spot bugs, identify potential performance problems, and suggest fixes.RedwoodJS has rebranded itself RedwoodSDK, and is focusing on a new framework that will become the foundation of a personal software revolution. RedwoodSDK promises modern serverless infrastructure, AI-driven dev tools, and open ecosystems, with more details coming soon.News:Paige - RedwoodJS becomes RedwoodSDKJack - Google’s A2ATJ - Copilot code reviews & premium requestsBonus News:StackBlitz is hosting the world’s largest hackathonDevin 2.0Wordpress.com launches free AI-powered website builderFire Starter:text-wrap: prettyWhat Makes Us Happy this Week:Paige - Claude AIJack - The Accountant 2 movieTJ - Apple SportsThanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.Front-end Fire websiteBlue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fireFollow us on Bluesky @front-end-fire.comSubscribe to our YouTube channel @Front-EndFirePodcast
    --------  
    50:17
  • tRPC v11, Netlify vs. Next.js, and Firefox Gets PWAs (Kind Of)
    The tRPC team declares v11 officially production-ready. tRPC allows devs to build typesafe APIs with types that can be shared on the client and server, and now it has support for TanStack Query v5, the ability to send and receive non-JSON data content types, improved support for RSCs, and the ability to stream responses.After the Next.js security incident a few weeks back, Netlify writes an open letter around the challenges Next.js poses when not hosted on Vercel. It raises valid points like a lack of adapters, no production grade documentation for serverless deployments, no visible roadmap or release schedule, and a disregard for open web standards, among others.Firefox is finally adding support for progressive web apps (PWAs), but its web app support will intentionally not look, feel, or behave the same way similar features do in other browsers.News:Paige - tRPC v11Jack - Firefox will support PWAs (finally)TJ - Next.js Netlify deployment dramaBonus News:Styled-components enter maintenance modeNew Bare JS runtimeWindsurf and Netlify partnership (and docs on the feature)What Makes Us Happy this Week:Paige - Squeeze Me novelJack - Pickup Music siteTJ - Mario Kart WorldThanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.Front-end Fire websiteBlue Collar Coder on YouTubeBlue Collar Coder on DiscordReach out via emailTweet at us on X @front_end_fireFollow us on Bluesky @front-end-fire.comSubscribe to our YouTube channel @Front-EndFirePodcast
    --------  
    36:53

Weitere Technologie Podcasts

Über Front-End Fire

A weekly show that helps you stay up to date on the latest and greatest in the front-end world.
Podcast-Website

Hören Sie Front-End Fire, Bits und so und viele andere Podcasts aus aller Welt mit der radio.de-App

Hol dir die kostenlose radio.de App

  • Sender und Podcasts favorisieren
  • Streamen via Wifi oder Bluetooth
  • Unterstützt Carplay & Android Auto
  • viele weitere App Funktionen
Rechtliches
Social
v7.17.1 | © 2007-2025 radio.de GmbH
Generated: 5/9/2025 - 5:37:47 AM