Logger for
final-state
. (Just likeredux-logger
toredux
)
yarn add final-state
yarn add final-state-logger
You 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.
import { applyLogger } from 'final-state-logger';
applyLogger(store);
Print all state changes of the passed in store instance.
This project uses jest to perform testing.
yarn test