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

    Module plugin/syncExternalStore

    The plugin that persists the executor state in the observable external store.

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

    const executor = useExecutor('test', 42, [
    syncExternalStore(myStore),
    ]);

    Interfaces

    ExternalStore

    Functions

    default