❔-help
Create actor from machine with a specific state and context (testing)
typescript
xstate
`useSelectors()` (is there a react api for working with lists of actor refs)?
react
xstate
Persist machine with spawned child
react
typescript
xstate
Should `resolveState` invoke top-level actors?
test
xstate
@xstate/react Package deps
beginner
react
typescript
xstate
strict types for state
beginner
typescript
How to detect any child actor is running?
beginner
xstate
Spawning Child Machine with input
xstate
invoke actors (fromObservable, fromPromise)
typescript
xstate
State Machine for Wizard with Stepper
modeling
xstate
v5 types / generics system
typescript
xstate
Is it safe to use self._parent?
xstate
Why is xstate typegen printing this?
typescript
xstate
v5 typescript send - event never
beginner
xstate
How to grab all events, that impact the current state?
modeling
typescript
vscode
solved
xstate
Self Transition vs Targetless Transitions
solved
xstate
Invoke / Actor Logic Input Type Issues
solved
xstate
Recommendations for migrating between persisted snapshot versions
xstate
How to debounce properly an action
vue
xstate
does xstate still work with redux dev tools?
xstate
XState 5, Svelte 5: How to display states of spawned children
beginner
Check actor state in guard / Access system actors in guard
beginner
general
modeling
xstate
self.getSnapshot() in action: a bad idea?
modeling
solved
xstate
enqueue type error
beginner
typescript
xstate
How to properly debounce network requests coming from state machine?
react
xstate
History State doesn't seem to work with deeper child states.
xstate
parentRef in a restored child machine
xstate
Type Error on input in fromPromise.
beginner
typescript
TS Game class state machine without XState?
backend
general
typescript
Why does invoke not work?
beginner
modeling
xstate
How To use the send function globally without handing it over to Props
beginner
xstate
Is it possible to invoke a child state machine in v4 from a parent in v5?
xstate
Set the systemId based on context
backend
xstate
Advise on choosing actor type
beginner
xstate
Running action just before an actor is destroyed
react
xstate
Problems with `$snapshot` while upgrading to XState v5
svelte
On the cost of a singular createMachine
beginner
Mismatch event and state value on transition (async vs no async ops):
backend
general
Best way to subscribe and select from another actor's state in the same system
xstate
API for the generation of Stately Code from text?
general
xstate
Sky inspector ws message max size
solved
xstate
how do I make two machines interact with each other?
typescript
svelte
solved
xstate
editor
type error when adding `id` to spawn call
beginner
general
xstate
How to connect states?
react
typescript
xstate
How properly type fromPromise errors
react
typescript
solved
xstate
Looking for feedback on my state machine
beginner
xstate
Pattern for getting feedback from guards
beginner
modeling
xstate
Handling machines in http servers
beginner
backend
fsm
xstate
How to call db functions on each state in machine and make machine run synchronously?
backend
xstate
Can `self` be available in a guard the way actions is?
xstate