1.0.0 • Published 6 years ago
@liyuanqiu/final-state-logger v1.0.0
final-state-logger
Logger for
final-state. (Just likeredux-loggertoredux)
Installation
yarn add final-state
yarn add final-state-loggerYou should care about the peer dependencies of this package. If something not installed, just install them manually.
final-state-logger is written in Typescript, so you don't need to find a type definition for it.
Basic Example
import { applyLogger } from 'final-state-logger';
applyLogger(store);API Reference
function finalStateLogger(store: Store): void
Print all state changes of the passed in store instance.
Test
This project uses jest to perform testing.
yarn testRoad Map
1.0.0
6 years ago