stan-js-devtools
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta-1 • Public • Published

stan-js devtools

React ReactNative platform - ssr NPM Version

🦫 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

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

import { Devtools } from 'stan-js-devtools'

const App = () => {
    return (
        <>
            {/* your app */}
            <DevTools />
        </>
    )
}

Usage with Expo

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!

Package Sidebar

Install

npm i stan-js-devtools

Weekly Downloads

54

Version

1.0.0-beta-1

License

none

Unpacked Size

27.3 MB

Total Files

47

Last publish

Collaborators

  • brentlok