FluxorExplorerSnapshot
November 10, 2021 ยท View on GitHub
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.