📄️ useLiveQuery
useLiveQuery is a React hook that provides access to live query results, enabling real-time updates in your app. For a step-by-step tutorial building an app with useLiveQuery, check out the React tutorial.
📄️ useDocument
The useDocument hook is the recommended way to manage document state in React applications. It provides automatic persistence, real-time updates, and handles document merging for collaborative applications.
📄️ useFireproof
The useFireproof hook provides access to Fireproof's React hooks and ledger instance. You'll use it to get the useLiveQuery and useDocument hooks configured for your application.