- 🐞 Debug store values with ease
- ⚛️ Works with React / Expo / Next.js
- 🔌 Plug and play
[!WARNING]
You need stan-js >= 1.5.0 to use devtools
npm i -D stan-js-devtools
yarn add -D stan-js-devtools
pnpm add -D stan-js-devtools
bun add -D stan-js-devtools
import { Devtools } from 'stan-js-devtools'
const App = () => {
return (
<>
{/* your app */}
<DevTools />
</>
)
}
For React Native we're using expo dev tools plugins simply press Shift + M
and select Open stan-js-devtools
from the list.
No additional configuration is required!