❔-help

1835 threads · Page 23 of 37

Sending multiple messages to invoke actors 11 messages
beginner xstate
[v5] Can I use createMachineContext with persisted state? 3 messages
react solved xstate
Sync URL location to and from xstate 11 messages
react
[v5] Inlining vs Serializing `onDone` Actions 4 messages
typescript solved editor
How can spawned actors get all messages sent to the parent in v5? 4 messages
viz
Light theme using @xstate/inspect on an iframe 3 messages
general solved
Actor Mental Model - Complex Form 27 messages
modeling xstate
XState context and real time data 7 messages
modeling xstate
How should I describe it in xstate? 5 messages
beginner general solved
unable to acces API document about v5 4 messages
beginner
Unable to make parent-child actor communication 7 messages
beginner xstate
Using promises in initial context? 20 messages
solved xstate
Can I use named actions with child machines? 14 messages
react
XState + WebGPU not mixing well 7 messages
beginner react typescript
stop system actor [v5] 3 messages
general xstate
[v5] Changing Persistence Strategies 3 messages
backend xstate
Typing actors in V5 via `types: {} as {...}` 28 messages
typescript
Context, and when to use an external store 60 messages
beginner vue
completing parallel states 11 messages
beginner general xstate
Typing actions's event parameter in v5 8 messages
typescript xstate
What's the best place to store helper methods (pure functions)? 17 messages
beginner xstate
Handling side-effects: XState actions or useEffect? 10 messages
xstate
Is there a way to get useMachine by id? 6 messages
general vue
How do I get the current state of the machine? 8 messages
beginner xstate
In the schema, how do I type a spawned callback actor ref that is stored in context 12 messages
typescript xstate
can’t send message from parent to child 11 messages
react general xstate
Raise event returning wrong event 4 messages
xstate
actor.subsbribe() doesn't work after I pass through the persisted state 3 messages
xstate
What wrong with that pure action 13 messages
typescript solved vscode
Support for reactive variables 105 messages
general form vue xstate
Does root entry action get resolved before interpret().start() ? 9 messages
xstate
Is it possible to add labels to the Visualizer? 2 messages
viz
How to subsribe or know proccessed events on machine 7 messages
xstate
Hi, is it correct that event is global? just wondering can it be scoped to a nested(sub) machine? 2 messages
xstate
XState-Angular, how to make .send(myEvent, myPayload) typesafe? 3 messages
beginner typescript angular
[v5] type squiggles with on event with pure & raise 23 messages
beginner xstate
Prevent react rerendering on nested spawned children 11 messages
react
is there a way to generate xstate viz in command line? 3 messages
viz general
n00b TS Qs w/ React [V5] 5 messages
react beginner typescript solved xstate
VSCode editor delete createMachine() content 22 messages
vscode editor
Editor vs Viz 2 messages
typescript vscode viz xstate editor
Any perf/general issues with sub-frame state changes to manage complex interactive animations? 14 messages
beginner xstate
Machine always starts at initialState 3 messages
react modeling
Order of execution in state transition 10 messages
xstate
Machine get reset and got stuck with vue 14 messages
vue solved xstate
[v5] stopping spawned actors 7 messages
beginner xstate
Can I store running machines in weakmap 3 messages
typescript general xstate
Sveltekit Error: Function called outside component initialization 4 messages
beginner svelte
Decorators breaking XState Editor in VS Code 19 messages
viz typescript vscode editor
Promise service expect Promise<never> instead of Promise<void> 6 messages
beginner solved