Reactivity Debugger & Devtools Chrome Extension for SolidJS.
To change the way you write, debug and understand your SolidJS applications and reactivity within.
From of the lack of proper README, here are a couple of resources and similar projects that inspire this one:
- about devtools
- Content-script <-> background-script communication
- Article about vue devtools
- Manifest.json anatomy
- setting up vite plugin
- example react project:
- injecting real-world scripts (for accessing the real window object)
- Plugin architecture of Vue Devtools
Previous attempts/experiments that inspire this project:
- Compendium devtools (universal)
- Slugger (my original proof of concept)
- fictitious/solid-devtools
- CM-Tech/solid-debugger
- Go to Component Devtools