UNPKG

@evolu/react

Version:

Evolu for React

12 lines (11 loc) 331 B
import { useEvolu } from "./useEvolu.js"; /** Subscribe to {@link SyncState} changes. */ export const useSyncState = () => { const _evolu = useEvolu(); // return useSyncExternalStore( // evolu.subscribeSyncState, // evolu.getSyncState, // () => initialSyncState, // ); throw new Error("TODO"); };