All Projects → koba04 → swr-devtools

koba04 / swr-devtools

Licence: MIT license
A DevTool for SWR

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to swr-devtools

example-next-isr-with-swr
Lightning fast static pages with ISR, instantly updated with SWR ⚡️
Stars: ✭ 48 (+6.67%)
Mutual labels:  swr
booktez-client
📚진짜 독서가들의 독서법 - 북스테어즈 (React)
Stars: ✭ 53 (+17.78%)
Mutual labels:  swr
swr-mutate-many
Little function to call mutate against multiple cached keys of SWR
Stars: ✭ 26 (-42.22%)
Mutual labels:  swr
graphql-codegen-plugin-typescript-swr
A GraphQL code generator plug-in that automatically generates utility functions for SWR.
Stars: ✭ 88 (+95.56%)
Mutual labels:  swr
mongood
A MongoDB GUI with Fluent Design
Stars: ✭ 674 (+1397.78%)
Mutual labels:  swr
Swr
React Hooks for data fetching
Stars: ✭ 20,348 (+45117.78%)
Mutual labels:  swr
expansion-pack
🔋 Useful stack expansion for ts-nextjs-tailwind-starter
Stars: ✭ 16 (-64.44%)
Mutual labels:  swr
swr-examples
SWR is a React Hook library for remote data fetching. Here are some simple examples.
Stars: ✭ 14 (-68.89%)
Mutual labels:  swr
use-mutation
🧬 Run side-effects safely in React
Stars: ✭ 81 (+80%)
Mutual labels:  swr
static-template-nextjs
A Next.js based template of a blog built using the Collected Notes API
Stars: ✭ 19 (-57.78%)
Mutual labels:  swr
netease-music-app
网易云音乐移动端【React/Next/Vue】【Ant Design/Material UI】
Stars: ✭ 95 (+111.11%)
Mutual labels:  swr
swr-devtools
Devtools for SWR
Stars: ✭ 17 (-62.22%)
Mutual labels:  swr
pub-apis
Find public APIs, powered by api(dot)publicapis(dot)org
Stars: ✭ 24 (-46.67%)
Mutual labels:  swr
benjamincarlson.io
My personal website built with Next.js, Chakra UI, Firebase, and next-mdx-remeote.
Stars: ✭ 102 (+126.67%)
Mutual labels:  swr
webev-front
Webev is OSS of bookmark manager that improves the organization of information.
Stars: ✭ 27 (-40%)
Mutual labels:  swr
swr-graphql
A sample Next.js app using Zeit's SWR React Hooks to make GraphQL Queries/Mutations/Subscriptions
Stars: ✭ 117 (+160%)
Mutual labels:  swr

swr-devtools

A screenshot of SWR Devtools (light theme)

A screenshot of SWR Devtools (dark theme)

This only supports SWR v1 or later versions.

How to use

Install the SWRDevTools extension

Wrap your application in the SWRDevTools component

npm install swr-devtools
# Install peerDependencies
npm install react swr
import ReactDOM from "react-dom";
import { SWRDevTools } from "swr-devtools";

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

Packages

package description
swr-devtools A React component to inject your application
swr-devtools-extensions A Chrome extension for the SWR DevTools
swr-devtools-panel A React component for the SWR DevTools panel

Online Demo

https://swr-devtools.vercel.app

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].