Skip to content

TanStack/devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TanStack Devtools Header

TanStack Devtools v0

Coming soon...

#TanStack semantic-release Join the discussion on Github

Enjoy this library?

Try other TanStack libraries:

Visit tanstack.com/devtools for docs, guides, API and more!

You may know TanSack Devtools by our adapter names, too!

Summary

Coming soon...

Quick Features

Coming soon...

Installation

Install one of the following packages based on your framework of choice:

# Npm
npm install @tanstack/react-devtools
npm install @tanstack/solid-devtools
npm install @tanstack/devtools # no framework, just vanilla js

Usage

React

import { TanstackDevtools } from '@tanstack/react-devtools'
import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
import { TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'

function App() {
  return (
    <div>
      <h1>My App</h1>
      <TanstackDevtools
        plugins={[
          {
            name: 'Tanstack Query',
            render: <ReactQueryDevtoolsPanel />,
          },
          {
            name: 'Tanstack Router',
            render: <TanStackRouterDevtoolsPanel router={router} />,
          },
        ]}
      />
    </div>
  )
}

Development

To contribute to the development of TanStack Devtools, you can clone the repository and run the following commands:

pnpm install
pnpm dev

Then go to any of the example directories and run:

pnpm dev

How to help?

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published