1.0.0-beta-1 â€ĸ Published 10 months ago

stan-js-devtools v1.0.0-beta-1

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

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!