II.
Library JSON
Structured · livelibrary:recoil
Recoil json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:recoil",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Recoil",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Facebook's experimental state management library for React\nbuilt around atoms and selectors; enables fine-grained subscriptions\nand derived state with a graph-based data flow model.\n"
},
"outgoingEdges": [
{
"from": "library:recoil",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:recoil",
"to": "skill-area:application-state-management",
"kind": "used_for"
},
{
"from": "library:recoil",
"to": "library:zustand",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Recoil is graph-based; Zustand is flux-like"
}
},
{
"from": "library:recoil",
"to": "library:jotai",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Recoil is graph-based; Jotai is atomic"
}
}
],
"incomingEdges": [
{
"from": "library:zustand",
"to": "library:recoil",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Zustand is flux-like; Recoil is graph-based"
}
},
{
"from": "library:jotai",
"to": "library:recoil",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Jotai is atomic; Recoil is graph-based"
}
}
]
}