Skip to content

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:

Terminal window
npm install 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!