Module plugin/synchronizeStorage

The plugin that persists the executor value in the synchronous storage.

import synchronizeStorage from 'react-executor/plugin/synchronizeStorage';

const executor = useExecutor('test', 42, [
synchronizeStorage(localStorage)
]);

Index

Interfaces

Functions