A developer tool for Evolu apps. Includes component and query inspector, database viewer, and profiling tools.
npm i @evolu/scanimport {createEvolu} from '@evolu/common'
import {scan} from '@evolu/scan'
const evolu = createEvolu(...)
scan({
evolu,
enabled: __DEV__,
})This project is based on React Scan by Aiden Bai. It is an excellent tool for profiling React apps and provided a perfect foundation to extend with specific features for Evolu.

