Devtools
Enhance your development workflow with a comprehensive tool designed for stan-js state management in React. Inspect state trees, monitor real-time state changes, and track actions with ease.
πΊ Preview
π¦ Installation
To install stan-js-devtools run the following command in your terminal:
npm install stan-js-devtools
yarn add stan-js-devtools
pnpm add stan-js-devtools
bun add 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!