React Executor - v0.0.24
    Preparing search index...

    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)
    ]);

    Interfaces

    Serializer
    SynchronizeStorageOptions

    Functions

    default