HAR files for @xstate/inspect #1522
Unanswered
RafalFilipek
asked this question in
Ideas
Replies: 1 comment
-
|
That's an interesting idea! I've been telling people (more often now) that, for restoring states, event sourcing should be used over a state snapshot. This has lots of advantages, including the natural ability to restore invoked/spawned actors as well (since that's just how events work - you replay the events exactly, you should get the same outcome). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Imagine you can export current inspector state with events, states, sequences as something like
harfile. Importing such file could trigger read only mode for inspector.In my project I have the huge number of cases with context (user context) data.
What you think about
xharfiles idea?Thank you
Beta Was this translation helpful? Give feedback.
All reactions