fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
Chris Lester 2021-05-07T01:45:04.323Z

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).

lgessler 2021-05-07T04:00:39.323200Z

yeah, that sounds like the right kind of move. also could do a pathom plugin: https://blog.wsscode.com/pathom/v2/pathom/2.2.0/plugins.html

hadils 2021-05-07T13:41:22.323500Z

Will FormData work?