II.
Library JSON
Structured · livelibrary:tanstack-query
TanStack Query json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:tanstack-query",
"_kind": "Library",
"_file": "domain/libraries/libraries-typescript.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "TanStack Query",
"belongsToLanguageId": "language:typescript",
"description": "Async state manager for fetching, caching, and synchronizing\nserver data in React, Vue, Solid, and Svelte (formerly React Query).\n"
},
"outgoingEdges": [
{
"from": "library:tanstack-query",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:tanstack-query",
"to": "skill-area:application-state-management",
"kind": "used_for"
},
{
"from": "library:tanstack-query",
"to": "library:swr",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "specialization:frontend-react",
"to": "library:tanstack-query",
"kind": "uses_library"
}
]
}