API reference / @evolu/react-native / web
web
Variables
Variable | Description |
---|---|
createUseEvolu | Creates a typed React Hook returning an instance of Evolu. |
EvoluContext | - |
EvoluProvider | - |
useAppOwner | Subscribe to AppOwner changes. |
useEvolu | React Hook returning a generic instance of Evolu. |
useEvoluError | Subscribe to EvoluError changes. |
useQueries | The same as useQuery, but for many queries. |
useQuery | Load and subscribe to the Query, and return an object with rows and row properties that are automatically updated when data changes. |
useQuerySubscription | Subscribe to Query QueryRows changes. |
useSyncState | Subscribe to SyncState changes. |