Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 491 Bytes

File metadata and controls

16 lines (11 loc) · 491 Bytes
title TanStack Devtools React Adapter
id adapter

If you are using TanStack Devtools in a React application, we recommend using the React Adapter. The React Adapter provides a set of easy-to-use hooks on top of the core Devtools utilities. If you find yourself wanting to use the core Devtools classes/functions directly, the React Adapter will also re-export everything from the core package.

Installation

npm install @tanstack/react-devtools

React Hooks

TODO