[
  {
    "id": "react-gh-1",
    "tier": "github",
    "url": "https://github.com/facebook/react",
    "excerpt": "Build encapsulated components that manage their own state, then compose them to make complex UIs.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-docs-1",
    "tier": "claimed-docs",
    "url": "https://react.dev",
    "excerpt": "You don’t have to build your whole page in React. Add React to your existing HTML page, and render interactive React components anywhere on it.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-docs-2",
    "tier": "claimed-docs",
    "url": "https://react.dev",
    "excerpt": "This markup syntax is called JSX. It is a JavaScript syntax extension popularized by React.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-docs-3",
    "tier": "claimed-docs",
    "url": "https://react.dev",
    "excerpt": "You can pass them new data in response to an interaction, like when the user types into an input. React will then update the screen to match the new data.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-docs-4",
    "tier": "claimed-docs",
    "url": "https://react.dev",
    "excerpt": "To build an entire app with React, we recommend a full-stack React framework like Next.js or React Router.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-docs-5",
    "tier": "claimed-docs",
    "url": "https://react.dev",
    "excerpt": "React Native and Expo let you build apps in React for Android, iOS, and more. They look and feel native because their UIs are truly native.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-docs-6",
    "tier": "claimed-docs",
    "url": "https://react.dev",
    "excerpt": "On the server, React lets you start streaming HTML while you’re still fetching data, progressively filling in the remaining content before any JavaScript code loads.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-gh-2",
    "tier": "github",
    "url": "https://github.com/facebook/react",
    "excerpt": "React can also render on the server using Node and power mobile apps using React Native.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-gh-3",
    "tier": "github",
    "url": "https://github.com/facebook/react",
    "excerpt": "you can use as little or as much React as you need",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-docs-7",
    "tier": "claimed-docs",
    "url": "https://react.dev",
    "excerpt": "Frameworks that implement it let you fetch data in asynchronous components that run on the server or even during the build.",
    "fetchedAt": "2026-08-29T01:27:41.562Z"
  },
  {
    "id": "react-comm-1",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=15316175",
    "excerpt": "Wait, so they're replacing a license that has a dodgy patent grant that everyone distrusted, with a license that doesn't have a patent grant at all? Why not Apache?",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-2",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=15316175",
    "excerpt": "Death to asymmetrical patent clauses! Huge victory for OSS.",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-3",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=15316175",
    "excerpt": "So, sucks to be WordPress or are they coming back now? Thank you, Wordpress [referencing Matt Mullenweg's post on React and WordPress].",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-4",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=15316175",
    "excerpt": "It sucks that it took this long, but at the end of the day, they've done the right thing [relicensing React away from BSD+Patents to MIT].",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-5",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=21536789",
    "excerpt": "What's interesting is the React team had to implement their own DOM manipulation abstraction, with efficient change management and not interrupting the main JS thread. Their implementation strikes me as a possible general purpose implementation that could eventually replace the way DOM works.",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-6",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=21536789",
    "excerpt": "I think concurrent mode and fibers are kludgy hacks that arise from the problem that only the main thread has access to the DOM... few, if any, other frameworks are scheduling DOM updates as aggressively as React is.",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-7",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=21536789",
    "excerpt": "Reading the React source to try to understand how React works is very challenging. This [tutorial] would have made the perfect guide.",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-8",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=9271246",
    "excerpt": "React Native is the most promising cross-platform UI toolkit I've thus far encountered... React Native promises learn-once-write-anywhere, which means a single team of engineers can realistically build high-quality apps using the target platform's UI paradigms.",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-9",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=9271246",
    "excerpt": "The first thing I do now on each Facebook open-source reveal, is to check the PATENTS file for the toxic second paragraph... I can't imagine being able to use this at any decent-sized company with lawyers.",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-comm-10",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=9271246",
    "excerpt": "Incredible on iOS. Android support... coming soon! This seems to be the case with a lot of cross-platform development kits. One or the other of the platforms is a second-class citizen.",
    "fetchedAt": "2026-08-29T01:33:07.151Z"
  },
  {
    "id": "react-probe-1",
    "tier": "probe",
    "url": "https://react.dev/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 200 at https://react.dev/llms.txt # React Documentation\n\n> The library for web and native user interfaces.\n\n## Learn React\n\n### GET STARTED\n\n#### Quick St",
    "fetchedAt": "2026-08-29T01:38:19.925Z"
  },
  {
    "id": "react-probe-2",
    "tier": "probe",
    "url": "https://react.dev/openapi.json",
    "excerpt": "PROBE openapi: all candidate paths 404 (https://react.dev/openapi.json, https://react.dev/swagger.json, https://react.dev/api/openapi.json, https://react.dev/.well-known/openapi.json)",
    "fetchedAt": "2026-08-29T01:38:19.925Z"
  }
]
