Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.59 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.59 KB

FluxorExplorerSnapshot

A struct to be used by FluxorExplorerInterceptor to send the dispatched Action, the old state and the new state, to FluxorExplorer.

Swift version Platforms

Test Maintainability Test Coverage Twitter

🤔 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.