|
|
|
|
|
by jbjorge
2105 days ago
|
|
Since the reactivity api is exposed it's very easy to write a file to hold whatever state you want. Benefits: easy to create, type safety is simple. Drawbacks: you don't get a serializable state log for free (that can be recorded and replayed when hitting bugs). |
|