II.
Framework JSON
Structured · liveframework:preact
Preact json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:preact",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-js-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Preact",
"homepageUrl": "https://preactjs.com",
"belongsToLanguageId": "language:javascript",
"category": "web-framework",
"description": "Preact is a fast, 3kB alternative to React with the same modern API and component model.\nIt is designed for performance-critical applications where bundle size matters, and offers\nseamless compatibility with the React ecosystem via the preact/compat alias.\n"
},
"outgoingEdges": [
{
"from": "framework:preact",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:preact",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:preact",
"to": "skill-area:design-systems",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:preact",
"to": "framework:react",
"kind": "alternative_to",
"attributes": {
"comparison": "Frontend UI frameworks"
}
},
{
"from": "framework:preact",
"to": "framework:vue",
"kind": "alternative_to",
"attributes": {
"comparison": "Frontend UI frameworks"
}
},
{
"from": "framework:preact",
"to": "framework:angular",
"kind": "alternative_to",
"attributes": {
"comparison": "Frontend UI frameworks"
}
},
{
"from": "framework:preact",
"to": "framework:svelte",
"kind": "alternative_to",
"attributes": {
"comparison": "Frontend UI frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:react",
"to": "framework:preact",
"kind": "alternative_to",
"attributes": {
"comparison": "Frontend UI frameworks"
}
}
]
}