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
Section titled “📺 Preview”📦 Installation
Section titled “📦 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
Section titled “🚀 Usage”import { Devtools } from 'stan-js-devtools'
const App = () => { return ( <> {/* your app */} <DevTools /> </> )}
Usage with Expo
Section titled “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!