Thoughts
-
Nice to colocate actions and connector
-
Nice to explicitly seperate actions and state (CQRS?)
-
Nice to wormhole actions into deeply nested things like buttons
-
Kind of emulates the "global shared state" concept, except with multiple nodes which better reflects how actions are conceived
-
State renders down (hence pass down as props)
-
Actions flow back to the root (hence wormhole at extremities)
-
Can throw if requested action does not exist in actionNode
-
Can theoretically nest actionNodes, but only the closest node will be selectable