1.3.2 • Published 8 months ago

swr-devtools v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

swr-devtools

npm version

A screenshot of SWR Devtools (light theme)

A screenshot of SWR Devtools (dark theme)

Install

npm install swr-devtools
# Install peerDependencies
npm install react swr

This only supports SWR v1 or later versions.

How to use

Wrap your application in the SWRDevTools component

import { createRoot } from "react-dom/client";
import { SWRDevTools } from "swr-devtools";

createRoot(document.getElementById("app")).render(
  <SWRDevTools>
    <MainApp />
  </SWRDevTools>
);

Install SWRDevTools from Chrome Web Store

https://chrome.google.com/webstore/detail/swr-devtools/liidbicegefhheghhjbomajjaehnjned

LICENSE

MIT

1.3.2

8 months ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.0.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago