koordinates / xstate-tree

Build UIs with Actors using xstate and React
MIT License
85 stars 6 forks source link

View to machine utility #51

Closed UberMouse closed 8 months ago

UberMouse commented 9 months ago

Not uncommon to have scenarios where you have a React view you want to be able to invoke into a slot in an xstate-tree machine, so you wrap it into a dummy machine that just renders the view.

Should have a helper utility that accepts the view and returns a machine so this requires no boilerplate