MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useTable

Function useTable

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:471–473  ·  view source on GitHub ↗
(tableId, storeOrStoreId)

Source from the content-addressed store, hash-verified

469 tableId
470]);
471var useTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 0, [
472 tableId
473]);
474var useTableState = (tableId, storeOrStoreId) => [
475 useTable(tableId, storeOrStoreId),
476 useSetTableCallback(tableId, getArg, [], storeOrStoreId)

Callers 1

useTableStateFunction · 0.70

Calls 2

useListenableFunction · 0.70
useStoreOrStoreByIdFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…