Skip to content

TheUltDev/evolu-scan

 
 

Repository files navigation

Evolu Scan

A developer tool for Evolu apps. Includes component and query inspector, database viewer, and profiling tools.

Inspect query results and changed state Database viewer with table browser

Installation

npm i @evolu/scan

Usage

import {createEvolu} from '@evolu/common'
import {scan} from '@evolu/scan'

const evolu = createEvolu(...)

scan({
  evolu,
  enabled: __DEV__,
})

Acknowledgments

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.

About

Evolu Scan (devtool)

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages

  • TypeScript 97.5%
  • CSS 2.3%
  • JavaScript 0.2%