{
  "version": "1.2.0",
  "chapters": [
    {
      "title": "This Month in React July Episode - SM",
      "startTime": 0,
      "endTime": 77
    },
    {
      "title": "New Releases",
      "startTime": 77,
      "endTime": 80
    },
    {
      "title": "[RN Reanimated v4](https://blog.swmansion.com/reanimated-4-stable-release-the-future-of-react-native-animations-ba68210c3713)",
      "startTime": 80,
      "endTime": 526
    },
    {
      "title": "[RN Ignite toolkit v11](https://shift.infinite.red/announcing-ignite-11-bison-f2802a85f94d)",
      "startTime": 526,
      "endTime": 618
    },
    {
      "title": "Main Content",
      "startTime": 618,
      "endTime": 621
    },
    {
      "title": "[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))",
      "startTime": 621,
      "endTime": 702
    },
    {
      "title": "[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)",
      "startTime": 702,
      "endTime": 765
    },
    {
      "title": "Oh no — [more function directives](https://react.dev/learn/react-compiler/incremental-adoption) , “use memo” and “use no memo”",
      "startTime": 765,
      "endTime": 771
    },
    {
      "title": "[DIRECTIVES](https://macwright.com/2025/04/29/directive-prologues-and-javascript-dark-matter)",
      "startTime": 771,
      "endTime": 793
    },
    {
      "title": "[Good thread on some history](https://x.com/en_JS/status/1948502925468467369)",
      "startTime": 793,
      "endTime": 859
    },
    {
      "title": "Some tech discussion on [the complexities of making React Compiler work with Oxlint](https://github.com/oxc-project/oxc/issues/10048)",
      "startTime": 859,
      "endTime": 941
    },
    {
      "title": "[Directive prologues and JavaScript dark matter](https://macwright.com/2025/04/29/directive-prologues-and-javascript-dark-matter)",
      "startTime": 941,
      "endTime": 1081
    },
    {
      "title": "[Node API Support for React Native](https://www.callstack.com/blog/announcing-node-api-support-for-react-native)",
      "startTime": 1081,
      "endTime": 1309
    },
    {
      "title": "Vercel shaking things up",
      "startTime": 1309,
      "endTime": 1322
    },
    {
      "title": "[Leerob is at Cursor now](https://x.com/leerob/status/1943446393819177342) — [Five Things /[he/] Learned at Vercel](https://leerob.com/vercel)",
      "startTime": 1322,
      "endTime": 1663
    },
    {
      "title": "[SWC creator leaves, focusing on SWC for a while](https://x.com/kdy1dev/status/1941129219293225273)",
      "startTime": 1663,
      "endTime": 1681
    },
    {
      "title": "[Sam Selikoff just joined to do content and stuff](https://x.com/samselikoff/status/1943325592260092298)",
      "startTime": 1681,
      "endTime": 1703
    },
    {
      "title": "[Nuxt acquired](https://x.com/nuxtlabs/status/1942575789645640071)",
      "startTime": 1703,
      "endTime": 1798
    },
    {
      "title": "[Netlify Staff Eng Philippe Serhal replies to the Vercel Deployment Adapters RFC from April](https://github.com/vercel/next.js/discussions/77740#discussioncomment-13893373)",
      "startTime": 1798,
      "endTime": 1848
    },
    {
      "title": "[Ryan Carniato’s “react and signals”](https://www.youtube.com/watch?v=VgGl9i-OBBI)",
      "startTime": 1848,
      "endTime": 1989
    },
    {
      "title": "[React Native Unistyles 3.0 Released](https://www.reactnativecrossroads.com/posts/introducing-unistyles-3)",
      "startTime": 1989,
      "endTime": 2139
    },
    {
      "title": "[React Router and RSCs: The Path Forward](https://remix.run/blog/react-router-and-react-server-components)",
      "startTime": 2139,
      "endTime": 2217
    },
    {
      "title": "[Parcel writeup for Server Components](https://devongovett.me/blog/parcel-rsc.html)",
      "startTime": 2217,
      "endTime": 2246
    },
    {
      "title": "[WIP Vite RSC plugin support](https://github.com/vitejs/vite-plugin-react/issues/531)",
      "startTime": 2246,
      "endTime": 2315
    },
    {
      "title": "Corbin’s [“History of React Through Code”](https://playfulprogramming.com/posts/react-history-through-code) deep dive",
      "startTime": 2315,
      "endTime": 2346
    },
    {
      "title": "[TkDodo’s thoughts on when `useCallback` is useless](https://tkdodo.eu/blog/the-useless-use-callback)",
      "startTime": 2346,
      "endTime": 2366
    },
    {
      "title": "[`eslint-config-prettier` compromised](https://safedep.io/eslint-config-prettier-major-npm-supply-chain-hack/) as part of an [NPM supply chain attack](https://socket.dev/blog/npm-phishing-campaign-leads-to-prettier-tooling-packages-compromise)",
      "startTime": 2366,
      "endTime": 2448
    },
    {
      "title": "[Expo Router demo by Evan Bacon AI + RSCs + Expo Router](https://github.com/EvanBacon/app-that-builds-apps)",
      "startTime": 2448,
      "endTime": 2476
    },
    {
      "title": "Some tech details on [how Meta serves React pages](https://www.reddit.com/r/reactjs/comments/1ltbw2e/how_does_facebook_serve_react_pages/)",
      "startTime": 2476,
      "endTime": 2500
    },
    {
      "title": "[Nitro Image library for React Native](https://github.com/mrousavy/react-native-nitro-image)",
      "startTime": 2500,
      "endTime": 2528
    },
    {
      "title": "[A very hacky way to test RSC components](https://www.nico.fyi/blog/how-to-test-react-server-component)",
      "startTime": 2528,
      "endTime": 2551
    },
    {
      "title": "[A good technical dive into improving INP in a Next app](https://medium.com/preply-engineering/how-preply-improved-inp-on-a-next-js-application-without-react-server-components-and-app-router-491713149875)",
      "startTime": 2551,
      "endTime": 2571
    },
    {
      "title": "[Extra CSS Properties in React Native](https://github.com/facebook/react-native/pull/52284)",
      "startTime": 2571,
      "endTime": 2596
    },
    {
      "title": "[Chrome 137 adds `if` support in CSS](https://developer.chrome.com/blog/new-in-chrome-137)",
      "startTime": 2596,
      "endTime": 2690
    },
    {
      "title": "[React Devtools for Firefox may not get updated due to review restrictions](https://bsky.app/profile/ricky.fm/post/3ltkxpo5ewk2i)",
      "startTime": 2690,
      "endTime": 2789
    },
    {
      "title": "[Both `oxlint` and `biome` are investigating typed lint rule support](https://www.solberg.is/fast-type-aware-linting) ( <https://biomejs.dev/blog/biome-v2/> , <https://github.com/oxc-project/tsgolint> )",
      "startTime": 2789,
      "endTime": 2869
    },
    {
      "title": "[Remix v3 dev branch containing support packages](https://github.com/remix-run/remix/tree/v3)",
      "startTime": 2869,
      "endTime": 2920
    },
    {
      "title": "[React Native Wallet](https://blog.swmansion.com/introducing-react-native-wallet-90c1ee103d3e)",
      "startTime": 2920,
      "endTime": 3007
    },
    {
      "title": "[Deno v Oracle update](https://deno.com/blog/deno-v-oracle4)",
      "startTime": 3007,
      "endTime": 3083
    },
    {
      "title": "[“Content independence day” from Cloudflare](https://blog.cloudflare.com/content-independence-day-no-ai-crawl-without-compensation/) (they’re blocking AI crawlers)",
      "startTime": 3083,
      "endTime": 3124
    },
    {
      "title": "[Some updated Static Hermes perf numbers](https://x.com/tmikov/status/1945348222110859500) release available “soon”, being tested internally at Meta",
      "startTime": 3124,
      "endTime": 3167
    },
    {
      "title": "[State of HTML Survey is open](https://survey.devographics.com/en-US/survey/state-of-html/2025)",
      "startTime": 3167,
      "endTime": 3206
    },
    {
      "title": "Conferences ([React](https://react.dev/community/conferences), [Javascript](https://confs.tech/javascript))",
      "startTime": 3206,
      "endTime": 3209
    },
    {
      "title": "[Big Sky Dev Con](https://bigskydevcon.com/) Aug 2 Bozeman, MT, USA",
      "startTime": 3209,
      "endTime": 3216
    },
    {
      "title": "[Kansas City Developer Conference](https://www.kcdc.info/) Aug 13-14 Kansas City, KS, USA",
      "startTime": 3216,
      "endTime": 3227
    },
    {
      "title": "[React Universe Conf](https://www.reactuniverseconf.com/) Sept 2-4, 2025. Wrocław, Poland",
      "startTime": 3227,
      "endTime": 3237
    },
    {
      "title": "[WaysConf](https://www.waysconf.com/) Sept 16-17",
      "startTime": 3237,
      "endTime": 3246
    },
    {
      "title": "[CascadiaJS](https://cascadiajs.com/2025) Sept 18-19 Seattle, WA, USA",
      "startTime": 3246,
      "endTime": 3250
    },
    {
      "title": "[Squiggle Conf](https://squiggleconf.com/) Sept 17-18 Boston, MA, USA",
      "startTime": 3250,
      "endTime": 3257
    },
    {
      "title": "[React Conf is back, Oct 7-8](https://bsky.app/profile/react.dev/post/3lmcp4mhmfk2l)",
      "startTime": 3257,
      "endTime": 3262
    },
    {
      "title": "[Remix Jam](https://remix.run/jam/2025) Oct 10 Toronto, Canada",
      "startTime": 3262,
      "endTime": 3273
    },
    {
      "title": "Outro",
      "startTime": 3273,
      "endTime": 3321
    }
  ]
}