Fluxor 5.0.1 (#28) Use Fluxor 5.0.1 Update FluxorExplorerSnapshot.swift Add more tests
Fluxor 5.0.1 (#28)
Use Fluxor 5.0.1
Update FluxorExplorerSnapshot.swift
Add more tests
A struct to be used by FluxorExplorerInterceptor to send the dispatched Action, the old state and the new state, to FluxorExplorer.
Action
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.
Store
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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.