@pond-ts/react API Reference
    Preparing search index...

    Interface UseLiveVersionOptions

    interface UseLiveVersionOptions {
        throttle?: number;
    }
    Index

    Properties

    Properties

    throttle?: number

    Minimum interval between React notifications, in ms. The version counter bumps immediately on every source change (no buffering); throttle only bounds how often React is told to re-render. 0 notifies synchronously per change. Default 100.