Reaction Logging
Joist provides reaction logging to visualize when reactivity calculates values.
Usage
Reaction logging can be enabled on individual EntityManager
s:
em.setReactionLogging(true);
or globally:
import { setReactionLogging } from "joist-orm";setReactionLogging(true);
This will create output like:
…todo…