cassiozen / useStateMachine

The <1 kb state machine hook for React
MIT License
2.38k stars 47 forks source link

feat: add machine.context as a parameter to effects #34

Closed arthurdenner closed 3 years ago

arthurdenner commented 3 years ago

Closes #33.

cassiozen commented 3 years ago

I'll close this for now in favor of #37. It's not the same thing, I know, but you can now share data between states by sending data with an event. If there's still explicit need to access context, I'll reinvestigate.