Support epic-like behavior by passing event stream to invoked observables #1998
jzarzeckis
started this conversation in
RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I posted an example as a comment in this thread: #1997 (comment) .
But the general idea is to support similar behavior to epics in Redux-observable where epic has 2 input streams (
action$
andstate$
from which the output is built).Here's how I imagine this could look in xState:
Beta Was this translation helpful? Give feedback.
All reactions