You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TanStack devtools provides you with an easy to use and modular client that allows you to compose multiple devtools into one easy to use panel.
7
+
8
+
## Setup
9
+
10
+
Install the [TanStack Devtools](https://tanstack.com/devtools/) library, this will install the devtools core as well as provide you framework specific adapters.
11
+
12
+
```bash
13
+
npm i @tanstack/devtools
14
+
```
15
+
16
+
Next in the root of your application import the `TanstackDevtools` from the required framework adapter (in this case @tanstack/react-devtools).
Finally add any additional configuration you desire to the `TanstackDevtools` component, more information can be found under the [TanStack Devtools Configuration](https://tanstack.com/devtools/) section.
69
+
70
+
A complete working example can be found in our [examples section](https://tanstack.com/devtools/latest/docs/framework/react/examples).
0 commit comments