II.
Topic JSON
Structured · livetopic:flux-architecture
Flux Architecture json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:flux-architecture",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Flux Architecture",
"description": "Flux Architecture as a cross-cutting topic - unidirectional data flow,\ncentralized updates, and explicit action-driven state transitions.\n"
},
"outgoingEdges": [
{
"from": "topic:flux-architecture",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:web-development",
"to": "topic:flux-architecture",
"kind": "contains"
},
{
"from": "lib-process:web-development--redux-state-management",
"to": "topic:flux-architecture",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--ngrx",
"to": "topic:flux-architecture",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--redux-toolkit",
"to": "topic:flux-architecture",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
}
]
}