II.
Topic JSON
Structured · livetopic:context-api-pattern
Context API Pattern json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:context-api-pattern",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Context API Pattern",
"description": "Context API Pattern as a cross-cutting topic - propagating shared state or\nservices through a component tree without prop drilling.\n"
},
"outgoingEdges": [
{
"from": "topic:context-api-pattern",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:web-development",
"to": "topic:context-api-pattern",
"kind": "contains"
}
]
}