카테고리 페이지에서의 네트워크 호출 최적화

This commit is contained in:
static
2025-12-30 20:53:20 +09:00
parent 1e57941f4c
commit b5522a4c6d
19 changed files with 416 additions and 521 deletions

View File

@@ -16,7 +16,7 @@
let element: HTMLElement | undefined = $state();
let scrollMargin = $state(0);
const virtualizer = $derived(
let virtualizer = $derived(
createWindowVirtualizer({
count,
estimateSize: itemHeight,