Awesome
FluxorExplorerSnapshot
A struct to be used by FluxorExplorerInterceptor to send the dispatched Action
, the old state and the new state, to FluxorExplorer.
🤔 When should I use FluxorExplorerSnapshot?
You should never have to use FluxorExplorerSnapshot directly. FluxorExplorerInterceptor uses it to encode the data intercepted from the Store
to send it to FluxorExplorer which would decode it and show it.