This Month in React – Details, episodes & analysis
Podcast details
Technical and general information from the podcast's RSS feed.

This Month in React
Reactiflux; with Mark Erikson, Mo Khazali, and Carl Vitullo
Frequency: 1 episode/24d. Total Eps: 42

Recent rankings
Latest chart positions across Apple Podcasts and Spotify rankings.
Apple Podcasts
No recent rankings available
Spotify
No recent rankings available
Shared links between episodes and podcasts
Links found in episode descriptions and other podcasts that share them.
See all- https://infinite.red/
147 shares
- https://chainreactconf.com/
128 shares
- https://layoffs.fyi/
97 shares
- https://twitter.com/chantastic
126 shares
- https://twitter.com/jamonholmgren
118 shares
- https://twitter.com/acemarke
20 shares
RSS feed quality and score
Technical evaluation of the podcast's RSS feed quality and structure.
See allScore global : 63%
Publication history
Monthly episode publishing history over the past years.
TMiR 2025-08: Nx compromised; no more throwing promises; Remix-ing new component models
Season 2 · Episode 8
vendredi 29 août 2025 • Duration 56:06
- New releases
- TS 5.9
- React Native 0.81
- Next 15.5
- Preact 11 beta
- Bun 1.2.21
- Native YAML support. Definitely not going to cause any problems
- Tanstack DB beta
- Ghost v6
- Main Content
- React API changes / updates
- React deprecating the “throw a promise” Suspense trigger method
- Discussion between Dan, Dominik, and Ricky about how to support multiple React versions (if at all)
- Joe Savona: “no useContext in useMemo, the compiler addresses this”
- Github discussion with Joe about why no context selectors API or signals, research into data modeling, and why “concurrent stores” are the current focus area
- Devtools Suspense Timeline
- React deprecating the “throw a promise” Suspense trigger method
- Lee Robinsons’s “Reflections on the React Community” wrap-up post
- Remix doing its own component model??
- Popular nx packages compromised on npm
- Last month eslint-plugin-prettier maintainers were targeted, this is a much broader attack
- React API changes / updates
- ⚡ Lightning round ⚡
- React Strict DOM vs React Native for Web in 2025
- Faster JSON.stringify()
- Node 22.18 unflags TS type-stripping support
- Waku switches to Vite’s WIP RSC support
- Rari, a fast React framework with RSC support built with Rust
- Selecting values from query results, as well as The Useless useCallback
- TS+ postmortem (Effect-TS experimental TS fork)
- React useTransition update ordering details
- “A Clock that Doesn’t Snap”, Techniques for fixing hydration of values like dates
- React Cache: It’s about consistency
- Self-hosting Next at scale
- Server and Client Component Composition in Practice
- Conferences (React, Javascript)
- React Universe Conf Sept 2-4, 2025. Wrocław, Poland
- WaysConf Sept 16-17
- CascadiaJS Sept 18-19 Seattle, WA, USA
- https://squiggleconf.com/ Sep 18
- React Alicante Oct 2-4
- React Conf is back, Oct 7-8 Las Vegas, NV, USA
- Remix Jam, Oct 10, Toronto ON, CA
- (00:00) - This Month in React - August 2025
- (00:47) - New releases
- (00:51) - [TS 5.9](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/)
- (02:50) - [TS 6.0 may enable /`strict/` by default](https://bsky.app/profile/robpalmer.bsky.social/post/3lxar2cp5rs2p) and [change other defaults](https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript%206.0.0%22)
- (03:46) - [React Native 0.81](https://reactnative.dev/blog/2025/08/12/react-native-0.81)
- (05:40) - [Next 15.5](https://nextjs.org/blog/next-15-5)
- (07:10) - [Preact 11 beta](https://github.com/preactjs/preact/releases/tag/11.0.0-beta.0)
- (07:39) - [Hydration 2.0](https://github.com/preactjs/preact/issues/4442)
- (07:52) - [Bun 1.2.21](https://bun.com/blog/release-notes/bun-v1.2.21)
- (08:54) - Native YAML support. Definitely not going to [cause any problems](https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell)
- (10:21) - [Tanstack DB beta](https://tanstack.com/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query)
- (11:30) - [Ghost v6](https://ghost.org/changelog/6/)
- (13:09) - Main Content
- (13:13) - React API changes / updates
- (13:24) - [React deprecating the “throw a promise” Suspense trigger method](https://github.com/facebook/react/pull/34032)
- (16:20) - Discussion between Dan, Dominik, and Ricky about [how to support multiple React versions (if at all)](https://bsky.app/profile/tkdodo.eu/post/3lv4rhr4mrs2i)
- (17:43) - Github discussion with Joe about [why no context selectors API or signals, research into data modeling, and why “concurrent stores” are the current focus area](https://github.com/reactjs/rfcs/pull/119#issuecomment-3214971470)
- (21:25) - [PR for “concurrent stores” skeleton](https://github.com/facebook/react/pull/33215)
- (23:13) - [Third-party /`react-concurrent-store/` ponyfill package](https://github.com/thejustinwalsh/react-concurrent-store)
- (26:39) - Lee Robinsons’s [“Reflections on the React Community”](https://leerob.com/reflections) wrap-up post
- (31:18) - [Remix doing its own component model??](https://x.com/mjackson/status/1954975322157486408)
- (36:46) - [Remix 3 and the End of React-Centric Architectures](https://thenewstack.io/remix-3-and-the-end-of-react-centric-architectures/)
- (37:21) - [P...
TMiR 2025-07: Vercel shakeups, new React Compiler docs
Season 2 · Episode 7
vendredi 1 août 2025 • Duration 55:22
- New Releases
- Main Content
- Compiler docs are merged! (live docs, and config API)
- Expo docs say it’s “on hold”, but Evan Bacon says Expo 54 may enable the Compiler by default
- Oh no — more function directives , “use memo” and “use no memo”
- DIRECTIVES
- Good thread on some history
- Some tech discussion on the complexities of making React Compiler work with Oxlint
- Directive prologues and JavaScript dark matter
- Node API Support for React Native
- Vercel shaking things up
- Ryan Carniato’s “react and signals”
- React Native Unistyles 3.0 Released
- React Router and RSCs: The Path Forward
- Parcel writeup for Server Components
- WIP Vite RSC plugin support
- Compiler docs are merged! (live docs, and config API)
- ⚡ Lightning round ⚡
- Corbin’s “History of React Through Code” deep dive
- TkDodo’s thoughts on when useCallback is useless
- eslint-config-prettier compromised as part of an NPM supply chain attack
- Expo Router demo by Evan Bacon AI + RSCs + Expo Router
- Some tech details on how Meta serves React pages
- Nitro Image library for React Native
- A very hacky way to test RSC components
- A good technical dive into improving INP in a Next app
- Extra CSS Properties in React Native
- Chrome 137 adds if support in CSS
- React Devtools for Firefox may not get updated due to review restrictions
- Both oxlint and biome are investigating typed lint rule support (Biome v2, tsgolint)
- Remix v3 dev branch containing support packages
- React Native Wallet
- Deno v Oracle update
- “Content independence day” from Cloudflare (they’re blocking AI crawlers)
- Some updated Static Hermes perf numbers release available “soon”, being tested internally at Meta
- State of HTML Survey is open
- Conferences (React, Javascript)
- Big Sky Dev Con Aug 2 Bozeman, MT, USA
- Kansas City Developer Conference Aug 13-14 Kansas City, KS, USA
- React Universe Conf Sept 2-4, 2025. Wrocław, Poland
- WaysConf Sept 16-17
- CascadiaJS Sept 18-19 Seattle, WA, USA
- Squiggle Conf Sept 17-18 Boston, MA, USA
- React Conf is back, Oct 7-8
- Remix Jam Oct 10 Toronto, Canada
- (00:00) - This Month in React July Episode - SM
- (01:17) - New Releases
- (01:20) - [RN Reanimated v4](https://blog.swmansion.com/reanimated-4-stable-release-the-future-of-react-native-animations-ba68210c3713)
- (08:46) - [RN Ignite toolkit v11](https://shift.infinite.red/announcing-ignite-11-bison-f2802a85f94d)
- (10:18) - Main Content
- (10:21) - [Compiler docs are merged!](https://github.com/reactjs/react.dev/pull/7868) ([live docs](https://react.dev/learn/react-compiler/introduction), and [config API](https://react.dev/reference/react-compiler/configuration))
- (11:42) - [Expo docs](https://docs.expo.dev/guides/react-compiler/) say it’s “on hold”, but Evan Bacon says [Expo 54 may enable the Compiler by default](https://x.com/Baconbrix/status/1949714155482841094)
- (12:45) - Oh no — [more function directives](https://react.dev/learn/react-compiler/incremental-adoption) , “use memo” and “use no memo”
- (12:51) - [DIRECTIVES](https://macwright.com/2025/04/29/directive-prologues-and-javascript-dark-matter)
- (13:13) - [Good thread on some history](https://x.com/en_JS/status/1948502925468467369)
- (14:19) - Some tech discussion on [the complexities of making React Compiler work with Oxlint](https://github.com/oxc-project/oxc/issues/10048)
- (15:41) - [Directive prologues and JavaScript dark matter](https://macwright.com/2025/04/29/directive-prologues-and-javascript-dark-matter)...
TMiR 2024-10: React DevTools update, React Native 0.76 (new architecture dropped), Web Components are(n't) the future
Season 1 · Episode 10
lundi 4 novembre 2024 • Duration 01:04:35
- Job market: FRED data, Layoffs.fyi
- New releases
- Conferences
- HalfStack London London, UK Nov 13
- React Native London London, UK Nov 15
- Special Discount for podcast listeners with discount code TMIR
- React Summit US New York, USA Nov 18-21
- React Africa Casablanca, Morocco Nov 29
- React Day Berlin Berlin, DE Dec 13 & 16
Sponsor Read
Main Content
- Some React 19 progress, but no ETA
- React Native Bottom Tabs library using native bottom tabs
- Meta Connect showcasing new AR/VR apps built with RN
- Static Hermes Updates
- Reddit is revolting against Epic React
- Web Components Are Not the Future
- Announcing VoidZero - Next Generation Toolchain for JavaScript
- Updates from the 104th TC39 meeting
- Language Evolution “JSSugar” proposal
⚡ Lightning round ⚡
- The Disappearance of an Internet Domain – .io
- How to control a React component with the URL
- If WordPress is to survive, Matt Mullenweg must be removed
- Web Without Walls — Dan Abramov
- Preact compat discussion
- Content-visibility in CSS
- How I Built My Blog • Josh W. Comeau
- Types of React Components [2024]
- (00:00) - This Month In React
- (00:56) - Job market: [FRED data](https://fred.stlouisfed.org/series/IHLIDXUSTPSOFTDEVE), [Layoffs.fyi](https://layoffs.fyi/)
- (01:40) - New releases
- (01:43) - [React Native 0.76 proper](https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture)
- (01:54) - [New Architecture is here](https://reactnative.dev/blog/2024/10/23/the-new-architecture-is-here)
- (05:18) - [BlueSky](https://github.com/bluesky-social/social-app/releases/tag/1.92.0-na-rc.2) and [Expensify](https://blog.swmansion.com/sunrising-new-architecture-in-the-new-expensify-app-729d237a02f5)
- (06:22) - [React Compiler Beta](https://react.dev/blog/2024/10/21/react-compiler-beta-release) <...
TMiR 2024-09 – Async Components??, a React 19 cheatsheet, static Hermes, and trademarks drama
Season 1 · Episode 9
lundi 30 septembre 2024 • Duration 50:17
New releases
- Node v22.8.0
- Deno 2.0 Release Candidate
- Relay v18
- Redwood v8.0.0
- EpicReact v2
- RsPack 1.0 and Rsbuild 1.0
- Metro 0.80.11
- Effect 3.8
- Astro 4.15
- React Email 3.0
- React Native 0.76 RC2
Main Content
- Bulletproof React updated for NextJS
- New React Native Debugger
- Hermes new Runtime Bytecode Translation
- React 19
- React 19 Cheat Sheet
- What’s new in React 19 (moreso a discussion of the evolution of the rendering model)
- Build-time Components
- You can use async functions for components in React 19??
- A milestone for TypeScript Performance in TanStack Router
- "we’ve decided to make a few changes to ease the adoption of Next 15"
- Trademarks drama
- "You're writing a vite-based SPA. You need to add a few API routes (i.e., for authentication). What do you do?"
- Mo at Future Frontend: Dynamic UI at the Edge
⚡ Lightning round ⚡
- Nitromodules released to public
- NodeJS adds an experimental permission model
- TypeScript Styleguide
- Inside ECMAScript: JavaScript Standard Gets an Extra Stage
- The Neverending Story
- Remix The Web from mjackson
- Replacing React code with CSS :has selector
- Performance Optimization Strategies for Large-Scale React Applications
Conferences (React, Javascript)
- SquiggleConf Boston, MA USA Oct 3-4
- RenderCon Nairobi, Kenya Oct 4-5
- React India Goa, India Oct 17-19, 2024
- React Brussels Brussels, Belgium Oct 18
- Next.js Conf SF, USA Oct 24
- React Advanced London London, UK Oct 25, 28
- HalfStack London London, UK Nov 13
- React Native London London, UK Nov 15
- (00:00) - TMiR 2029-09
- (00:57) - https://nodejs.org/en/blog/release/v22.8.0
- (01:06) - https://deno.com/blog/v2.0-release-candidate
- (01:47) - https://github.com/facebook/relay/releases/tag/v18.0.0
- (02:28) - https://redwoodjs.com/upgrade/v8
- (04:09) - https://x.com/kentcdodds/status/1838263679025844378
- (04:55) - https://rsbuild.dev/community/releases/v1-0
- (06:20) - https://x.com/MetroBundler/status/1831709057670861260
- (07:52) - https://effect.website/blog/effect-3.8
- (08:43) - https://astro.build/blog/astro-4150/
- (09:45) - https://resend.com/blog/react-email-3
- (10:26) - https://github.com/facebook/react-native/releases/tag/v0.76.0-rc.2
- (12:24) - Sponsored by Infinite Red
- (13:17) - Upcoming conferences
- (15:08) - https://github.com/alan2207/bulletproof-react
- (15:52) - https://www.youtube.com/watch?v=b48Lax2-jOQ&t=4350s
- (18:05) - https://www.youtube.com/watch?v=pfeTPSai6vc&t=8702s
- (22:14) - https://www.epicreact.dev/react-19-cheatsheet
- (24:10) - https://vercel.com/blog/whats-new-in-react-19
- (26:22) - https://tanstack.com/blog/tanstack-router-typescript-performance
- (27:46) - https://x.com/feedthejim/status/1829569083777437745
- (30:07) - https://javascript.tm/
- (31:46) - https://x.com/photomatt/status/1838738735795703976
- (33:10) - https://www.diffchecker.com/tJ29tGIn/
- (33:49) - https://x.com/aboodman/status/1836470815862460506
- (36:43) - https://youtu.be/BRce-DHEoNc?si=AsVqdVrxbiO9nyW9
- (39:03) - https://mrousavy.github.io/nitro/
- (39:31) - https://twitter.com/liran_tal/status/1830621784770555915
- (40:54) - https://mkosir.github.io/typescript-style-guide/#appendix---react
- (43:05) - https://thenewstack.io/inside-ecmascript-javascript-standard-gets-an-extra-stage/
- (44:34) - https://github.com/mjackson/remix-the-web/
- (46:42) - https://www.developerway.com/posts/replacing-react-with-css
- (48:19) - https://old.reddit.com/r/reactjs/comments/1f6abzy/performance_optimization_strategies_for/
- (49:10) - Outro
TMiR 2024-08: Matt Pocock taught us to make modules, RN is faster, iterator helpers are cool, JSR/Deno going sour
Season 1 · Episode 8
mercredi 4 septembre 2024 • Duration 58:24
- React 19 progress:
- React Native 0.75 released
- How To Create An NPM Package | Total TypeScript
- Implementing React from scratch
- Configure retention periods for deployments – Vercel
- Waku 0.21 includes React Server Actions support
- Redux Essentials tutorial updated
- Announcing TypeScript 5.6 RC
- Using React DOM in Expo native apps
- NitroModules
- JSR and Deno: Final Review 🚮 – David Bushell
- 2024 Stack Overflow Developer Survey
⚡ Lightning round ⚡
- Cocoapods going into maintenance mode
- web-infra-dev/rslib: The library build tool powered by Rsbuild.
- Accident Forgiveness · The Fly Blog
- spatial compute
- How Airbnb Smoothly Upgrades React
- Use useId() Instead Of Hand-Making IDs
- Common Sense Refactoring of a Messy React Component
- Introducing Structured Outputs in the API | OpenAI
- Sentry is now Fair Source
Quick hits
- Job market
- New releases
- Conferences
- React Universe 2024 Wrocław, Poland Sept 5-6
- JSConf Chile Santiago, Chile Sept 5-7
- UtahJS Conf Salt Lake City, UT, U.S.A. Sept 13
- React Alicante September 19-21
- JSConf Ireland Dublin, Ireland & Online Sept 25-26
- SquiggleConf Boston, MA USA Oct 3-4
- RenderCon Nairobi, Kenya Oct 4-5
- React India Goa, India Oct 17-19, 2024
- React Brussels Brussels, Belgium Oct 18
- React Advanced London London, UK Oct 25, 28
- (00:00) - TMIR_August 2024_Interview
- (00:56) - Sponsored by Infinite Red
- (01:53) - React 19 progress
- (02:48) - https://github.com/facebook/react/pull/30800
- (04:37) - https://github.com/facebook/react/pull/30798
- (05:23) - https://reactnative.dev/blog/2024/08/12/release-0.75
- (07:30) - https://www.totaltypescript.com/how-to-create-an-npm-package
- (08:13) - https://blog.isquaredsoftware.com/2023/08/esm-modernization-lessons/
- (10:36) - https://www.rob.directory/blog/react-from-scratch
- (12:04) - https://vercel.com/changelog/configure-retention-periods-for-deployments
- (13:03) - https://waku.gg/blog/server-actions-are-here
- (14:35) - https://redux.js.org/tutorials/essentials/part-1-overview-concepts
- (17:46) - https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/
- (18:31) - https://github.com/tc39/proposal-iterator-helpers
- (19:17) - https://docs.expo.dev/guides/dom-components/
- (24:51) - https://x.com/mrousavy/status/1821165226546323930
- (29:53) - https://dbushell.com/2024/08/09/jsr-and-deno-final-review/
- (34:30) - TODO: move this https://github.com/web-infra-dev/rslib
- (35:45) - https://survey.stackoverflow.co/2024/
- (38:02) - https://www.meity.gov.in/content/software-and-services-sector
- (39:53) - https://blog.cocoapods.org/CocoaPods-Support-Plans/
- (41:07) - https://fly.io/blog/accident-forgiveness/
- (42:17) - https://sunilpai.dev/posts/spatial-compute/
- (43:25) - https://medium.com/airbnb-engineering/how-airbnb-smoothly-upgrades-react-b1d772a565fd
- (44:34) - https://reacttraining.com/blog/use-useid-instead-of-hand-making-ids
- (45:42) - https://alexkondov.com/refactoring-a-messy-react-component/
- (46:20) - https://openai.com/index/introducing-structured-outputs-in-the-api/
- (47:42) - https://blog.sentry.io/sentry-is-now-fair-source/
- (50:51) - https://layoffs.fyi/
- (51:18) - https://fred.stlouisfed.org/series/IHLIDXUSTPSOFTDEVE
- (52:06) - https://mui.com/blog/material-ui-v6-is-out/
- (53:16) - https://v2.tauri.app/blog/tauri-2-0-0-release-candidate/
- (53:47) - https://nx.dev/blog/nx-19-5-adds-stackblitz-new-features-and-more
- (54:20) - Upcoming conferences
- (54:22) - https://www.reactuniverseconf.com/
- (54:53) - https://www.jsconf.cl/
- (55:01) - https://utahjs.com/conference
- (55:10) - https://reactalicante.es/
- (55:18) - https://www.jsconf.ie/
- (55:23) - https://2024.squiggleconf.com
- (56:26) - https://www.rendercon.o...
TMiR 2024-07: State of JS, React, HTML
Season 1 · Episode 7
samedi 3 août 2024 • Duration 58:53
- Quick hits
- Job market
- New releases
- Conferences (React, Javascript)
- React Rally Salt Lake City, UT, USA August 12-13
- React Universe 2024 Wrocław, Poland September 5-6
- JSConf Chile Santiago, Chile September 5-7
- UtahJS Conf Salt Lake City, UT, U.S.A. September 13
- React Alicante September 19-21
- JSConf Ireland Dublin, Ireland September 25-26
- Main Content
- ⚡Lightning round ⚡
- Company migrations:
- RN news
- e18e (Ecosystem Performance) - A new community initiative | e18e
- ES2024
- Sneaky React Memory Leaks: How the React compiler won’t save you
- How to publish a JavaScript package in 2024
- React Native + Flutter
- Bun’s Q3 roadmap (not exhaustive)
- Learn Suspense by Building a Suspense-Enabled Library
- Why Use Redux Today?
- Chrome gives Google properties privileged information about your system resources
- Component, colocation, composition: A note on the state of React | bobae kang
- Secret Knowledge to Self-Host Next.js
- Node news:
- (00:00) - TMiR 2024-07
- (02:19) - Job market https://fred.stlouisfed.org/series/IHLIDXUSTPSOFTDEVE https://layoffs.fyi/
- (03:49) - New Releases
- (03:52) - Vitest 2.0 https://github.com/vitest-dev/vitest/releases/tag/v2.0.0 and future plans https://github.com/vitest-dev/vitest/discussions/5828
- (04:10) - Remix 2.10, fog of war https://remix.run/docs/en/main/start/changelog
- (04:29) - Jotai 2.9 https://github.com/pmndrs/jotai/releases/tag/v2.9.0
- (04:39) - Storybook 8.2 https://github.com/storybookjs/storybook/releases/tag/v8.2.0
- (04:57) - React Native Reanimated 3.14 https://github.com/software-mansion/react-native-reanimated/releases/tag/3.14.0
- (05:03) - htmx 2.0 https://htmx.org/posts/2024-06-17-htmx-2-0-0-is-released/
- (05:08) - Mako released https://makojs.dev/blog/mako-open-sourced
- (06:06) - React Rally https://www.reactrally.com/
- (06:29) - React Universe https://www.reactuniverseconf.com/
- (07:28) - JSConf Chile https://www.jsconf.cl/
- (07:37) - UtahJS Conf https://utahjs.com/conference
- (07:49) - React Alicante https://reactalicante.es/
- (08:04) - JSConf Ireland https://www.jsconf.ie/
- (08:37) - State of the web surveys
- (10:26) - State of HTML https://2023.stateofhtml.com/
- (11:03) - "Use the platform"
- (14:18) - Birth and Death of Javascript https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript
- (14:44) - State of React https://2023.stateofreact.com/en-US
- (15:12) - Component Libraries
- (16:53) - StyledComponents still big
- (17:48) - State of JS https://2023.stateofjs.com/en-US
- (17:53) - A Note on Survey Sample
- (22:02) - Vue Tops Angular for usage
- (23:10) - Developer Happiness
- (36:49) - Dark Matter Developers https://www.hanselman.com/blog/dark-matter-developers-the-unseen-99
- (37:59) - NYT and Slack update to React 18 (Enzyme to blame) https://open.nytimes.com/enhancing-the-new-york-times-web-performance-with-react-18-d6f91a7c5af8 https://slack.engineering/balancing-old-tricks-with-new-feats-ai-powered-conversion-from-enzyme-to-react-testing-library-at-slack/
- (39:10) - Rise Tools launched ...
TMiR 2024-06: React 19 delayed (drama-ish), why no JS Laravel, TS 5.5 and more
Season 1 · Episode 6
vendredi 28 juin 2024 • Duration 01:05:58
- Quick hits
- Layoffs.fyi
- New releases
- Conferences (React, Javascript)
- React Nexus July 4-5, 2024. Bangalore, India
- Chain React 2024 July 17-19, 2024. In person in Portland, OR, USA
- The Geek Conf July 25, 2024. Berlin, Germany
- WeAreDevelopers World Congress Berlin, Germany & Online July 17-19
- CityJS Singapore Singapore, Singapore July 24-26
- We Love JS Amsterdam, Netherlands August 9-10
- React Rally August 12-13, 2024. Salt Lake City, UT, USA
- Main Content
- React 19 delayed
- Recaps: TKDodo: React 19 and Suspense - A Drama in 3 Acts , and also How React 19 (Almost) Made the Internet Slower
- Joe Savona “We'll hold the 19 release”
- Previously, per Andrew: React 19 was ready to release
- What does the React team want for data fetching?
- Seb: “We never released official Suspense on the client, we did RSCs instead” and “Some people got the render-as-you-fetch memo. Some people chose to ignore it.”
- Andrew: “the community shouldn’t think ‘we bullied React into changing fetching strategies”.
- Related: how do we communicate with the React team?
- TC39 proposals advanced
- Codemod partners with React
- React Compiler
- Why We Don't Have a Laravel For JavaScript... Yet
- Vercel Ship 2024
- TS 5.5 released
- Matt Pocock breaks it down
- Mind the Gap by Ryan Florence at Big Sky Dev Con
- React Native Stuff:
- Lorenzo leaving RN world 😭
- Expo Atlas available
- Expo adding React Compiler support
- Starlink’s RN story
- Expo Router 3.5
- SF Symbols Beta Support in Expo
- React 19 delayed
- ⚡Lightning round ⚡
- React Internals Explorer
- What's new in JavaScript Frameworks (May 2024)
- Memory leaks:
- Memory Leaks from LocalAsyncStorage?
- Sneaky React Memory Leaks: How useCallback and closures can bite you
- Follow-up: Sneaky React Memory Leaks II: Closures vs React Query
- Data Fetching Patterns in Single-Page Applications from the Martin Fowler blog
- Modularizing React Applications with Established UI Patterns
- 10 modern Node.js runtime features to start using in 2024
- Migrating to the Next.js App Router with Zero Downtime
- Deno announces the standard library is nearing 1.0
- Why don’t we have things like the Acid3 test anymore?
- htmx: Simplicity in an Age of Complicated Solutions
- (00:00) - TMiR 2024-06
- (00:51) - Layoffs updates
- (01:35) - The rise—and fall—of the software developer https://www.adpri.org/the-rise-and-fall-of-the-software-developer/
- (02:12) - New Releases
- (02:14) - Turborepo 2.0 https://turbo.build/blog/turbo-2-0
- (02:47) - React Admin v5
- (03:04) - Rsbuild 0.7 https://rsbuild.dev/community/releases/v0-7
- (04:08) - Biome 1.8 https://x.com/biomejs/status/1797963672004043040
- (04:51) - Astro 4.10 https://astro.build/blog/astro-4100/
- (05:06) - Valibot 0.31 https://valibot.dev/blog/valibot-v0.31.0-is-finally-available/
- (06:51) - Upcoming Conferences
- (06:54) - React Nexus https://reactnexus.com/
- (07:19) - Chain React https://chainreactconf.com/
- (07:58) - GeekConf https://thegeekconf.com/
- (08:25) - WeAreDevelopers World Congress https://www.wearedevelopers.com/world-congress
- (08:35) - CityJS Singapore https://singapore.cityjsconf.org/
- (08:42) - We Love JS Amsterdam https://welovejs.vercel.app/
- (08:46) - React Rally https://www.reactrally.com/
- (09:43) - "SuspenseGate"
- (09:55) - https://x.com/acdlite/status/1797668537349328923
- (19:03) - https://x.com/en_JS/status/1803480672327311425
- (21:33) - https://twitter.com/tan...
TMiR 2024-05: Updates from React Conf
Season 1 · Episode 5
dimanche 2 juin 2024 • Duration 01:02:37
Quick hits
- 9600 laid off from 36 companies
- New releases
- Upcoming conferences
- Render ATL June 12-14, 2024. Atlanta, GA, USA
- Future Frontend June 13-14, 2024. Helsinki, Finland
- React Norway June 14, 2024. Larvik, Norway
- React Summit June 14 + 18, 2024. Amsterdam, Netherlands (+remote)
- React Nexus July 4-5, 2024. Bangalore, India
- Chain React 2024 July 17-19, 2024. In person in Portland, OR, USA
- The Geek Conf July 25, 2024. Berlin, Germany
Main Content
- React Conf recap
- Livestream recording (165k views 🤯)
- Seth Webster's mentioned thread
- React 19 RC
- Talks:
- React Compiler
- Compiler playground
- Lauren Tan’s walkthrough of using the compiler and seeing the output, and Sathya + Mofei’s deep dive into how the compiler works
- Jack Herrington’s compiler walkthrough
- Recommended for library authors to ship compiled artifacts
- A talk from Lauren Tan in 2016 that’s spiritually related to React Compiler
- Merging Remix and React Router
- Effect
- Great 10 min intro
- Production-Grade Typescript talk at an event they hosted
- The Forensics Of React Server Components
- Next 15 RC (tweet)
- React Native:
- “New Architecture” is now in beta
- “useFrameworks” - Meta announcing that you should use Expo by default.
- React Native Skia updates
- React Native IDE:
- Amazon doing a keynote talk on using React Native for TV and other devices.
⚡Lightning round ⚡
- Speculation Rules API in Chrome
- Snappy UI Optimization with useDeferredValue
- BlueSky Engineering Culture, from The Pragmatic Engineer
- Why Patching Globals is Harmful
- Webkit features in Safari 17.5
- Why React Query? (and upcoming React Query course)
- We can have a different web
- Athena Crisis is now open source
- Security Risks of Postman
- Angular v18 is now available!
- (00:00) - TMiR 2024-05
- (01:33) - Layoffs news
- (02:02) - New Releases
- (02:07) - Docusaurus 3.3
- (02:17) - Mantine 7.9.0
- (02:30) - Astro 4.8
- (03:18) - Redwood 7.5
- (03:26) - Upcoming conferences
- (03:32) - Render Atlanta
- (03:53) - Future Frontend
- (04:49) - React Norway
- (05:01) - React Summit
- (05:15) - React Nexus
- (05:43) - Chain React
- (06:12) - The Geek Conf
- (06:53) - React Conf Recap
- (08:21) - React 19 RC
- (09:44) - Server Components on Expo
- (12:12) - React for Two Computers
- (15:46) - Q&As with React and React Native Core team
- (16:33) - React Compiler
- (23:39) - Remix is merging (back?) into React Router
- (28:08) - Effect JS
- (34:23) - Forensics of React Server Components
- (35:39) - Next.js v15 RC
- (37:05) - It's not just you, Next.js is getting harder to use
- (39:21) - React Native New Architecture beta
- (40:25) - Expo is now the recommended framework
- (41:17) - React Native Skia on WebGPU
- (43:39) - React Native IDE
- (45:03) - React Native on TVs
- (48:04) - ⚡️ Lightning round ⚡️
- (48:07) - Speculation Rules API in Chrome
- (48:33) - Josh Comeau's post on useDeferredValue
- (49:24) - BlueSky engineering culture
- (50:16) - Why Patching Globals is Harmful
- (50:54) - New Webkit features in Safari 17.5
- (53:56) - Why React Query
- (54:45) - We can have a different web
TMiR 2024-04: So many new releases, React 19 featureset
Season 1 · Episode 4
mardi 7 mai 2024 • Duration 54:53
- New releases
- React 18.3
- React 19 beta
- Node.js v22
- Expo SDK 51 beta
- React Native 0.74.0
- React DevTools 5.1
- Next v14.2
- Bun v1.1 (discussion later)
- Pnpm v9
- Biome 1.7
- Supabase goes GA after 4 years in beta
- Docusaurus 3.2
- Gulp v5
- Pragmatic Drag and Drop
- RedwoodJS 7.3
- React on Rails v14
- Upcoming conferences
- React Conf 2024 May 15 - 16, 2024. In-person in Henderson, NV, USA
- App.js Conf 2024 May 22 - 24, 2024. In-person in Kraków, Poland
- Local First Conf 2024 May 30, 2024. In person in Berlin, Germany. Followup hackathon on the 31st
- Render ATL June 12-14, 2024. Atlanta, GA, USA
- Future Frontend June 13-14, 2024. Helsinki, Finland
- React Norway June 14, 2024. Larvik, Norway
- React Summit June 14 + 18, 2024. Amsterdam, Netherlands (+remote)
Main Content
- New React development
- React Native 0.74.0 release
- Kotekan
- JSR
- Bun v1.1
⚡️ Lightning round ⚡️
- ⚡️ Why I like React (Even in 2024) ⚡️️
- ⚡️ Netlify: Introducing the new Next.js Runtime ⚡️️
- ⚡️ Design Principles behind the Next.js App Router ⚡️️
- ⚡️ Diving into the Node.js Website Redesign ⚡️️
- ⚡️ How does useOptimistic work internally? (and many other code dives) ⚡️️
- ⚡️ Node.js: The Documentary ⚡️️
- ⚡️ New Flow Language Features for React ⚡️️
- ⚡️ Vercel cuts prices a lil ⚡️️
- ⚡️ Redwood Blog: Techniques for Fetching Data: Comparing Next, Remix, and Redwood ⚡️️
- ⚡️ Kuto, “reverse JS bundler” ⚡️️
- (00:00) - TSIR_April 2024_Interview
- (00:46) - Upcoming Conferences
- (02:25) - New releases
- (02:32) - React 18.3 + 19
- (03:15) - Node.js v22
- (04:02) - Expo SDK 51 beta
- (04:21) - React Native 0.74.0
- (04:36) - React DevTools 5.1
- (05:02) - Next 14.2
- (05:07) - Bun v1.1
- (05:12) - pnpm v9
- (06:12) - Biome 1.7
- (07:06) - Supabase leaves beta
- (07:45) - Docusaurus 3.2
- (09:11) - Gulp v5
- (10:07) - Pragmatic Drag and Drop
- (10:58) - Redwood v7.3
- (12:17) - React on Rails v14
- (12:43) - New React release details!
- (33:29) - React Native 0.74.0
- (38:17) - Kotaken, RSCs with just Bun
- (39:02) - Bun 1.1
- (39:37) - JSR, by Deno
- (45:09) - ⚡️ Why I like React (Even in 2024) ⚡️
- (45:46) - ⚡️ Netlify updates their Next.js runtime ⚡️
- (47:18) - ⚡️ Design Principles behind the Next.js App Router ⚡️
- (48:04) - ⚡️ Node.js website redesign ⚡️
- (48:44) - ⚡️ Dives into React features ⚡️
- (49:27) - ⚡️ Honeypot releases Node.js documentary ⚡️
- (49:56) - ⚡️ Flow ships React features ⚡️
- (50:26) - ⚡️ Vercel updates pricing ⚡️
- (51:28) - ⚡️ RedwoodJS compares data fetch methods ⚡️
- (52:02) - ⚡️ Kuto, reverse JS bundler ⚡️
TMiR 2024-03: React canary is 19, New ShadCN bits, Astro looks like Wordpress. Wiz??
Season 1 · Episode 3
mardi 2 avril 2024 • Duration 52:37
- Layoffs.fyi
- New releases
- React 19 and React Compiler
- "react-strict-dom", why it's so great?
- RSCs
- Conceptual Model of React and RSC Ondrej Velisek
- Why React Server Components Are Breaking Builds to Win Tomorrow Vishwas Gopinath
- Waku has released a “pages router”
- Lee Robinson’s List of projects experimenting with RSCs , including Redwood (which just released an RSC beta)
- Embracing the Future and Moving Back Again: From Server Actions to tRPC
- Webkit features in Safari 17.4
- Mental Health in Open Source
- Angular codebase is being merged with Wiz
- ⚡Lightning round ⚡
- Interaction to Next Paint (INP) is a Core Web Vital
- Rsbuild 1.0 release plan
- React Router and Remix to be merged?
- Declarative Shadow DOM available in all major browsers
- React Native community map
- Node.js 2023 Year in An Article
- Open-sourcing our progress on Tailwind CSS v4.0
- Vercel adds support for Remix+Vite
- Navigating the future of frontend
- (00:00) - TMiR 2024-03
- (00:39) - Layoffs (seems better!)
- (01:20) - New releases
- (05:58) - ShadCN March 2024 update
- (06:55) - Astro 4.5, AstroDB
- (09:58) - Upcoming conferences
- (10:58) - React 19 and React Compiler
- (20:02) - React Strict DOM, Why is it so Great?
- (23:42) - Server Components updates
- (29:06) - Apple walks back on PWAs, neat Safari features
- (33:05) - Mental Health in Open Source
- (37:20) - Angular, meet Wiz
- (38:49) - Designing Very Large Javascript Applications
- (43:51) - Lightning round
- (43:56) - ⚡️ Interaction to Next Paint, new Core Web Vital ⚡️
- (44:56) - ⚡️ RSPack charts a path to 1.0 ⚡️
- (45:42) - ⚡️ Remix might merge React Router in?? ⚡️
- (46:08) - ⚡ Declarative Shadow DOM in all major browsers ⚡️
- (47:05) - ⚡️ React Native community map ⚡️
- (47:34) - ⚡️ Node.js 2023 Year in Review ⚡️
- (48:57) - ⚡️ Tailwind preview of 4.0 ⚡️
- (49:26) - ⚡️ Vercel adds Remix+Vite support ⚡️









