https://github.com/codemask-labs/stan-js-devtools
https://github.com/codemask-labs/stan-js-devtools
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemask-labs/stan-js-devtools
- Owner: codemask-labs
- License: mit
- Created: 2024-07-30T10:47:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T11:35:09.000Z (3 months ago)
- Last Synced: 2026-03-31T13:29:49.745Z (3 months ago)
- Language: TypeScript
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stan-js devtools
[](https://react.dev/)
[](https://reactnative.dev/)
[](https://nextjs.org/)
[](https://www.npmjs.com/package/stan-js-devtools)
## đĻĢ Features
- đ Debug store values with ease
- âī¸ Works with React / Expo / Next.js
- đ Plug and play
## đē Preview

## đĻ Installation
> [!WARNING]
> You need stan-js >= 1.5.0 to use devtools
```bash
npm i -D stan-js-devtools
yarn add -D stan-js-devtools
pnpm add -D stan-js-devtools
bun add -D stan-js-devtools
```
## đ Usage
```tsx
import { Devtools } from 'stan-js-devtools'
const App = () => {
return (
<>
{/* your app */}
>
)
}
```
#### Usage with Expo
For React Native we're using [expo dev tools plugins](https://docs.expo.dev/debugging/devtools-plugins/) simply press `Shift + M` and select `Open stan-js-devtools` from the list.
No additional configuration is required!