@storix-js/devtools
v0.1.2
Published
Mutation event buffer plugin for Storix.
Downloads
26
Readme
@storix-js/devtools
Mutation event buffer plugin for Storix.
Install
npm install @storix-js/core @storix-js/devtoolsUsage
import { createStorix } from '@storix-js/core';
import { devtoolsPlugin } from '@storix-js/devtools';
const storix = createStorix({
plugins: [devtoolsPlugin()]
});When enabled in the browser, events are exposed on window.__STORIX_DEVTOOLS__.
A richer serializable bridge state is also exposed on window.__STORIX_DEVTOOLS_STATE__:
stores: current store registry withid,scopeId,namespace, andsnapshotevents: mutation buffer with timestamps and payloads
