The plugin that synchronizes the executor state with a browser storage item.
import syncBrowserStorage from 'react-executor/plugin/syncBrowserStorage';const executor = useExecutor('test', 42, [syncBrowserStorage()]); Copy
import syncBrowserStorage from 'react-executor/plugin/syncBrowserStorage';const executor = useExecutor('test', 42, [syncBrowserStorage()]);
The plugin that synchronizes the executor state with a browser storage item.