devtools

Enable Redux DevTools for debugging the state changes of the Store.

import { devtools } from '@shined/reactive'

// Enable the devtools for 'store' with the specified name and enable flag
devtools(store, { name: 'awesome-store', enable: true });