Supervising machines with Redux
March 16, 2020 at 12:26pmSupervising machines with Redux
March 16, 2020 at 12:26pm (Edited 2 years ago)I've been experimenting with Redux as a supervisor to be able to send events to machines anywhere in the app
March 16, 2020 at 12:26pm
Essentially all events (except for machine internal events) are sent first to the Redux store where the reducer passes it to the right machines.
I've commented on the experiment on dev.to here https://dev.to/rjdestigter/supervising-xstate-machines-with-redux-277d
July 10, 2020 at 4:08pm