Now that we are instancing TableUtils, it would be nice to have a helper hook to consolidate some boilerplate ``` function useTableUtils() { const dh = useApi(); const tableUtils = useMemo(() => new TableUtils(dh), [dh]); } ```
Now that we are instancing TableUtils, it would be nice to have a helper hook to consolidate some boilerplate