koordinates / xstate-tree

Build UIs with Actors using xstate and React
MIT License
85 stars 6 forks source link

User provided shared meta additions #15

Open UberMouse opened 2 years ago

UberMouse commented 2 years ago

There is a type, SharedMeta, that is used by routing events to populate the meta object. Currently this contains a bit of Koordinates specific typing and has no way for consumers of the library to provide their own exta meta information.

A system to enable consumers to add their own shared meta so we can remove the Koordinates specific property on SharedMeta solves both problems