{
"id": "framework:qwik",
"_kind": "Framework",
"_file": "domain/frameworks/qwik.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Qwik",
"belongsToLanguageId": "language:typescript",
"category": "web-fullstack",
"description": "Qwik — a resumable web framework that ships near-zero JavaScript by\ndefault and lazy-loads handlers on interaction, with file-based\nrouting via Qwik City.\n"
},
"outgoingEdges": [
{
"from": "framework:qwik",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:qwik",
"to": "skill-area:hydration",
"kind": "used_by_skill_area",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:hydration",
"to": "framework:qwik",
"kind": "uses_framework"
}
]
}