Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@rendinjast/swr-devtools

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rendinjast/swr-devtools

react-query devtools for SWR

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

react-query devtools for swr

App screenshot

under development

Live Demo

swr-devtools

Installation

yarn add @rendinjast/swr-devtools
# or
npm i @rendinjast/swr-devtools

Usage

import SWRDevtools from '@rendinjast/swr-devtools'

export default function App({ Component, pageProps }) {
  return (
    <SWRDevtools>
      <Component {...pageProps} />
    </SWRDevtools>
  )
}

Contributing

See CONTRIBUTING.md

License

MIT

Keywords

swr

FAQs

Package last updated on 06 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts