❔-help
Types for state guard
beginner
typescript
xstate
is using actions to update state a good pattern?
modeling
How to observe events coming from a callback actor?
xstate
Known issues that break visual editor?
editor
Object guards & higher-level guards
modeling
xstate
Is using higher order functions a viable pattern using xstate? Any footguns?
react
typescript
xstate
:wave: XState noob here. Need some help understanding parallel states.
beginner
editor
Retry when actor fail
beginner
xstate
Avoid regression bugs from unhandled events
typescript
xstate
Difference between array of actions and enqueueActions
solved
xstate
Is there a known pattern for delaying the creation of a machine in useActorRef?
react
xstate
Nextjs File based route change state issue
react
beginner
typescript
vscode
xstate
State machine for form
beginner
react
modeling
State Machine w/ Router Library -- Does it Make Sense?
react
xstate
Passing data along onDone
typescript
xstate
Observable not assignable to Subscribable
react
typescript
How do I move assign actions to setup?
xstate
Dynamic Survey
react
general
modeling
beginner
xstate
Stately/agent implementation question
xstate
Help with XState in React StrictMode: Managing Double Invocation of Promise Actors
react
general
xstate
Promise onDone, assigning output and guards
xstate
System-ify my actors
general
modeling
xstate
how to properly type enqueue actions?
typescript
xstate
Synchronizing routing + state machine
beginner
react
xstate
Is it possible to create a loop with a single state and a self delayed transition?
general
solved
Can't get type inference for invoked actor input. `actors` not part of the `SetupTypes` interface?
typescript
xstate
How to trigger an ACTION not an EVENT
general
modeling
onDone assign not working as expceted
react
general
beginner
typescript
xstate
TypeError: Cannot read properties of undefined (reading 'getInitialSnapshot') in test
beginner
general
typescript
xstate
How to Manage Deep Linking in Multi-Step Wizard
react
xstate
Actor Input and Snapshot
xstate
conditionally emit event action
beginner
react
xstate
How to guarantee running order in multiple invoke?
beginner
react
modeling
xstate
How to assign context inside fromPromise actor?
beginner
modeling
xstate
How to manually resolve fromPromise?
beginner
modeling
xstate
Troubles with testing
general
test
xstate
Regarding final states in invoked child actors..
modeling
xstate
Deno: undefined (reading 'startsWith')
beginner
general
vscode
Confusing when read here
beginner
xstate
Confusion about how microtasks being queued when we transition from one state into another
typescript
test
xstate
How to transition to specific children in a parallel state?
modeling
solved
xstate
Is there a way to make transitions' targets type-safe?
typescript
Global or individualized actor
beginner
Using `guard` in `entry` or `exit` action
xstate
subscribing to invoked actor emitted events, inside the parent machine
xstate
Spawned child machine final state
xstate
How to subscribe to invoked actor events?
xstate
Svelte 5 and @xstate/svelte
svelte
Support for local state context?
general
modeling
solved
xstate
sending payload to transition
react
general
xstate
beginner