When components unmount during active fetch requests, dangling promises can cause memory leaks, stale updates, and race conditions.
I built fetch-doctor โ an open-source auditor designed to catch zombie fetches and missing AbortControllers in real-time.
๐ Useful Links
- ๐ Live Web Scanner: fetch-doctor.vercel.app
- ๐งช Interactive Playground: fetch-doctor-playground.vercel.app
- ๐ GitHub Repository: github.com/mmy-lana/fetch-doctor
๐ฆ npm Packages
-
@fetch-doctor/coreโ Interceptor Engine & Overlay Widget -
@fetch-doctor/reactโ React 19 Lifecycle Hooks -
@fetch-doctor/sharedโ Shared Diagnostics & Formatters
Top comments (0)