II.
Topic JSON
Structured · livetopic:lazy-loading
Lazy Loading json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:lazy-loading",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Lazy Loading",
"description": "Lazy Loading as a cross-cutting topic - deferring resource or computation\nwork until demand makes it necessary.\n"
},
"outgoingEdges": [
{
"from": "topic:lazy-loading",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "topic:lazy-loading",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:lazy-loading",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:lazy-loading",
"kind": "contains"
}
]
}