A React component for SWR DevTools
npm install swr-devtools
!A screenshot of SWR Devtools (light theme)
!A screenshot of SWR Devtools (dark theme)
``shell`
npm install swr-devtoolsInstall peerDependencies
npm install react swr
This only supports SWR v1 or later versions.
`jsx
import { createRoot } from "react-dom/client";
import { SWRDevTools } from "swr-devtools";
createRoot(document.getElementById("app")).render(
);
``
https://chrome.google.com/webstore/detail/swr-devtools/liidbicegefhheghhjbomajjaehnjned