II.
Library JSON
Structured · livelibrary:zustand
Zustand json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:zustand",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Zustand",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Small, fast, and scalable state management solution for React using\nsimplified flux principles; hook-based API with no boilerplate,\nmiddleware support, and optional devtools integration.\n"
},
"outgoingEdges": [
{
"from": "library:zustand",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:zustand",
"to": "skill-area:application-state-management",
"kind": "used_for"
},
{
"from": "library:zustand",
"to": "library:jotai",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Zustand is flux-like; Jotai is atomic"
}
},
{
"from": "library:zustand",
"to": "library:recoil",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Zustand is flux-like; Recoil is graph-based"
}
}
],
"incomingEdges": [
{
"from": "library:jotai",
"to": "library:zustand",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Jotai is atomic; Zustand is flux-like"
}
},
{
"from": "library:recoil",
"to": "library:zustand",
"kind": "alternative_to",
"attributes": {
"comparison": "React state management — Recoil is graph-based; Zustand is flux-like"
}
},
{
"from": "specialization:frontend-react",
"to": "library:zustand",
"kind": "uses_library"
},
{
"from": "specialization:desktop-development",
"to": "library:zustand",
"kind": "uses_library"
},
{
"from": "stack-profile:real-time-collaboration",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:desktop-application",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:project-management-app",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:chat-messaging-platform",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:prompt-engineering-workbench",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:react-native-enterprise",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:progressive-web-app",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:cross-platform-desktop",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:micro-frontend",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:offline-first-mobile",
"to": "library:zustand",
"kind": "composed_of"
},
{
"from": "stack-profile:browser-extension",
"to": "library:zustand",
"kind": "composed_of"
}
]
}