Open davidkpiano opened 2 months ago
Latest commit: 03854c382ecf76ac79a86f91543701502c38d22b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Added support for synchronizers in XState, allowing state persistence and synchronization across different storage mechanisms.
Synchronizer
interface for implementing custom synchronization logicsync
option tocreateActor
for attaching synchronizers to actors