❔-help
How can two services communicate
beginner
general
Sending event to child service
modeling
xstate
Narrowing event types
typescript
xstate
Transition / action order
xstate
Authentication machine that syncs state between tabs
xstate
Are there any best practices to animating between states?
beginner
react
general
modeling
Given a machine, is there a way to detect any unreachable state?
xstate
Advice on composing machines
beginner
modeling
xstate
Spawning child machine with initial context?
react
beginner
xstate
How do I match a child state in a React component?
react
general
xstate
beginner
How to type .subscribe() on an actor/child machine
typescript
general
Testing Multiple Invoke
test
Using inspector with iframe in vue
beginner
viz
vue
How can I add a delay on an "entry"?
beginner
general
solved
xstate
Typescript inference for pure functions not working properly anymore
typescript
xstate
Change parent of an actor
xstate
Why is the Transition type in @xstate/fsm using `string` instead of `Typestate['value']`?
react
beginner
fsm
typescript
vscode
How do you deal with shared state (context) between multiple machines?
general
xstate
console.log every action and guard call
xstate
How can I check a condition on a state with entry BEFORE doing the entry?
beginner
Interact with child invoked machine (Typescript)
react
typescript
xstate
How do I transition based on result of an entry/assign function?
beginner
Spawning / invoking machines with services?
react
xstate
Reactivity and transitions
beginner
general
vue
xstate
What is the proper way to get child machine context from parent service?
xstate
How can I send events or transition states from within my machine?
beginner
What is the best way to match events type with a display name ?
editor
It is possible to send an action and await for it?
modeling
xstate
VS Code extension not updating state machine
vscode
Do I need to subscribe in every component?
beginner
Go to previous state
xstate
I have a machine I want to send an event to regardless of what state it is in.
general
xstate
Create a transition in base of 2 invoke functions in stately.ai
backend
viz
modeling
on state entry, update context
beginner
solved
Why isn't this action updating my array?
beginner
solved
Condition type
beginner
solved
Why does VSCode not format events with target?
beginner
Sharing the same instance of the machine between components in Vue.js
vue
xstate
with Xstate api It is possible to get the next posible state without actually transitioning into it?
general
modeling
solved
xstate
I want to find more resources about Statecharts
beginner
general
modeling
So struggled with @xstate/test
test
xstate
Accessing getSnapshot() on createActorContext() breaks spawned machines (@xstate/react)
react
Machine vs Actor
solved
xstate
What's the difference between these 2 links?
general
My machine is running Transition without direct call
beginner
react
How to refactor this machine?
react
typescript
xstate
interpret(machine).start(persistedState) triggers previous transition action
beginner
xstate
Confused with preferred way to use @xstate/test
test
xstate
How can I notify my react component that the context of machine has changed?
react
general
xstate
beginner
throw error on missing action implementation
beginner
xstate