Watch your components update in real-time. Perfect for debugging reactivity and performance issues.
Try switching the highlight colors on this page below!
Track DOM Updates
Debug Re-renders
Visual Feedback
Install
SvelteKit
Add to your root +layout.svelte file to enable the component in all pages:
Vanilla Svelte
Start with render scanning disabled by default:
Move the button left to avoid overlapping with other UI elements:
Hide the render scan button while keeping functionality active:
Adjust how long the render scan highlights remain on screen (default=1000):
Optional user defined function that gets called once per valid mutation:
Use multiple props together:
© 2025 svelte-render-scan · Version 1.1.0