An interactive inspector for visualizing React Compiler transformations with real-time source mapping. Run Babel and React Compiler in browser.
pnpm install
pnpm devVisit http://localhost:3000
- Edit React code in the left panel
- See compiled output in the right panel
- Click any line to see source mapping
- View highlighted code ranges across both panels
pnpm buildMIT