incremental loading

This commit is contained in:
Jan Prochazka
2022-07-21 17:05:07 +02:00
parent d71294621b
commit 2080a23b69
6 changed files with 111 additions and 23 deletions

View File

@@ -25,10 +25,3 @@ export default function usePerspectiveConfig(tabid) {
onDestroy(unsubscribe);
return config;
}
// export function usePerspectiveCache() {
// const cache = writable({
// tables: {},
// });
// return cache;
// }