II.
Topic JSON
Structured · livetopic:render-props
Render Props json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:render-props",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Render Props",
"description": "Render Props as a cross-cutting topic - passing rendering functions to\nshare logic while leaving output control to consumers.\n"
},
"outgoingEdges": [
{
"from": "topic:render-props",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:web-development",
"to": "topic:render-props",
"kind": "contains"
}
]
}