Chok’s React Utilities
    Preparing search index...

    Type Alias NoSSRProps

    Props for the NoSSR component.

    type NoSSRProps = {
        children: ReactNode;
        fallback?: ReactNode;
    }
    Index

    Properties

    Properties

    children: ReactNode

    The content to render only on the client side.

    fallback?: ReactNode

    A component to render during SSR or initial load.