Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.52 KB

File metadata and controls

49 lines (35 loc) · 1.52 KB

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!