Hello,
my question for today is if it is possible to make ajax calls to our backend without it being an action from our state machine?
For example, in one of the states I want the user to select some cards. Then, after the cards are selected, I just want to ask the backend for something, for example: what are possible places to put those cards now. But it's not a new state just yet. I just need to check something using ajax call.
Are additional ajax calls outside of ajax-call-to-feed-into-state-machine possible?
Best regards
Tomasz
my question for today is if it is possible to make ajax calls to our backend without it being an action from our state machine?
For example, in one of the states I want the user to select some cards. Then, after the cards are selected, I just want to ask the backend for something, for example: what are possible places to put those cards now. But it's not a new state just yet. I just need to check something using ajax call.
Are additional ajax calls outside of ajax-call-to-feed-into-state-machine possible?
Best regards
Tomasz