iiRecord
Agentic AI Atlas · SWR
library:swra5c.ai
II.
Library JSON

library:swr

Structured · live

SWR json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-typescript.yamlCluster · domain
Record JSON
{
  "id": "library:swr",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-typescript.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "SWR",
    "belongsToLanguageId": "language:typescript",
    "description": "React Hooks library for data fetching using stale-while-revalidate\nsemantics, by Vercel.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:swr",
      "to": "language:typescript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:swr",
      "to": "skill-area:application-state-management",
      "kind": "used_for"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:tanstack-query",
      "to": "library:swr",
      "kind": "alternative_to"
    }
  ]
}