Recommendations for State Machine libraries in Java that are XState compatible? #3290
Unanswered
mattmazzola
asked this question in
General
Replies: 2 comments 2 replies
-
+1 bumping this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@mattmazzola were you able to find something? Asking ourselves the same question. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used XState in the past with TypeScript and really like the experience. The ability to define the entire machine declaratively and visualize in the browser before consuming in your application was nice.
I am going to be building new feature in a Java based project and wondered if there are any recommended libraries that are XState compatible. By this I mean I could take the provide json used by XState and give it to this library and it would function the same.
If there isn't a compatible library what is the closest?
Beta Was this translation helpful? Give feedback.
All reactions