7 ms·
That does help clarify things, thanks :) For context I'm just starting out this app so it's simple for now, but this is my first major project with xState so I'
by UberMouse 7y ago
That does help clarify things, thanks :) For context I'm just starting out this app so it's simple for now, but this is my first major project with xState so I'm trying to come up with sensible patterns.
I'll have a think about this and see if I can work it into my structure as I'm certainly going to need inter-machine communication as it grows.
The `makeMachineRoutable` function in this gist is what I'm using to consume my state machines in React. https://gist.github.com/UberMouse/49ff91e95390265d63d3ac1bc778bf72 https://gist.github.com/UberMouse/49ff91e95390265d63d3ac1bc7...
It also shows my prototype for xstate based declarative data fetching, though I have sinced switched to using observables instead of promises for representing my GraphQL query results so I've changed it quite a bit.