You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across your library coming from the original js library and wanting to implement a state machine in dotnet. As per your wiki:
Each state of the state machine is an atomic execution context. In real life each state is not aware of any other state.
However they can share data layer, for example, to react on any changes in the "outside world" of the state.
Although I have not been able to grasp how to integrate the idea of a share data layer when across the States of the machine when using this library.
Hi,
I've come across your library coming from the original js library and wanting to implement a state machine in dotnet. As per your wiki:
Although I have not been able to grasp how to integrate the idea of a share data layer when across the States of the machine when using this library.
For reference, here is the capabilities I'm referring too from the original library (https://xstate.js.org/docs/guides/context.html)
The text was updated successfully, but these errors were encountered: