python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Invoke a service from a "serverless" fsm (Xstate)
I'm using xsate on a Node.JS backend.
Here is the current flow :
State is rehydrated (Initialized or fetched from DB)
Event is sent to the FSM
State is serialized to DB
Here is some pseudo code
cons...
bokzor
Votes: 0
Answers: 2
XState TypeScript - useInterprete Service
I am building a login machine with TypeScript and xState combined with React UI.
My machine is:
import { LoginResponse } from 'async/authentication/responseModel';
import Data from 'data';
import { AU...

Priyank Thakkar
Votes: 0
Answers: 1
XState React - Invoke Service not triggered
I am using xstate with react to implement a basic login functionality. The code is here and the issue I am facing is, on the event AUTHENTICATING it is meant to invoke a service authenticateUser and i...

Priyank Thakkar
Votes: 0
Answers: 1
Problem to check the current machine state using XState in React
im trying to check the Machine state from inside a function in a react component (state.value), but its never change the current state, it always prints the initial state, but if i put a onClick event...
Leo Gersen
Votes: 0
Answers: 1