II.
Framework JSON
Structured · liveframework:inertia
Inertia.js json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:inertia",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-js-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Inertia.js",
"homepageUrl": "https://inertiajs.com",
"belongsToLanguageId": "language:javascript",
"category": "web-framework",
"description": "Inertia.js is a protocol and adapter library for building classic server-driven single-page apps.\nIt connects server-side frameworks (Laravel, Rails) with client-side components (React, Vue, Svelte)\nwithout a separate API layer, routing server-side responses directly to frontend page components.\n"
},
"outgoingEdges": [
{
"from": "framework:inertia",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:inertia",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:inertia",
"to": "framework:livewire",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:livewire",
"to": "framework:inertia",
"kind": "alternative_to"
}
]
}