Skip to main content

Reaction Logging

Joist provides reaction logging to visualize when reactivity calculates values.

Usage

Reaction logging can be enabled on individual EntityManagers:

em.setReactionLogging(true);

or globally:

import { setReactionLogging } from "joist-orm";
setReactionLogging(true);

This will create output like:

...todo...