Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 492 Bytes

File metadata and controls

16 lines (11 loc) · 492 Bytes
title TanStack Devtools Solid Adapter
ref adapter

If you are using TanStack Devtools in a Solid application, we recommend using the Solid Adapter. The Solid 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 Solid Adapter will also re-export everything from the core package.

Installation

npm install @tanstack/solid-devtools

Solid Hooks

TODO