Fork me on GitHub
#fulcro
<
2021-05-07
>
Chris Lester01:05:04

Is there a preferred way to compose nested UX state machines for Fulcro? I.e., states for the collection of things -> states for a thing -> states for a things children. You can create state machines then pass the id of the parent for nested machines, but am thinking that sending information back to the parent fsm might be better done as a query of the states of the children (vs triggering events, etc in the parent).