miso-action-logger

State transition logger for Miso heavily inspired by Redux-Logger.


Keywords
library, web, Propose Tags , MisoActionLogger, MisoActionLogger.FFI
License
BSD-3-Clause
Install
cabal install miso-action-logger

Documentation

State transition logger for Miso

MisoActionLogger helps you quickly develop and debug your Miso apps by wrapping your update function to log every evaluated action and show you the app state before and after.

Screenshot of the logger in operation

We marshal your state tree to JS Objects to benefit from the rich object introspection features of modern browser consoles. This imposes a ToJSON constraint on your models.