II.
Topic JSON
Structured · livetopic:redux-pattern
Redux Pattern json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:redux-pattern",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Redux Pattern",
"description": "Redux Pattern as a cross-cutting topic - reducer-driven centralized state\nmanagement built around immutable updates and dispatched actions.\n"
},
"outgoingEdges": [
{
"from": "topic:redux-pattern",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:web-development",
"to": "topic:redux-pattern",
"kind": "contains"
},
{
"from": "lib-process:web-development--redux-state-management",
"to": "topic:redux-pattern",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--ngrx",
"to": "topic:redux-pattern",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--redux-toolkit",
"to": "topic:redux-pattern",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}