bobflux-monitor
v4.0.0
Published
Component for time travelling in bobflux/fun-model application state history.
Downloads
4
Maintainers
Readme
bobflux-monitor
Component for time travelling in bobflux application state history.
#Usage Import package and provide initialized bobflux-monitor to bobflux bootstrap.
import { bootstrap } from "bobflux";
import * as monitor from "bobflux-monitor";
bootstrap(createDefaultState(), { debugCallback: monitor.init() });
import { bootstrap } from "fun-model";
import monitor from "bobflux-monitor";
bootstrap(createDefaultState(), b.invalidate, {
debugCallback: monitor.init()
});
Development
npm i bobril-build -g
npm i
bb
Go to localhost to see an example.
Library used by GMC Software Technology.