We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cda1f commit f107b24Copy full SHA for f107b24
docs/working-notes/todo4.md
@@ -142,6 +142,7 @@ spellcheck yarn script
142
use react-icons for icons in react and not slot with astro-icons
143
144
gallery cumulative layout shift, min-height, debounce 0 for first page - just set INITIAL_PAGE // ok
145
+convert fetchImagesUpToPage to fetchImagesForPage for immutable state
146
```
147
148
src/constants/gallery.ts
@@ -6,7 +6,7 @@ export const GALLERY = {
6
/** step. */
7
PAGE_SIZE: 3,
8
/** page dependency in useEffect is more important. To load first screen quickly, set to 3 pages */
9
- INITIAL_PAGE: 1,
+ INITIAL_PAGE: 3,
10
/** fine tuned for scroll */
11
OBSERVER_DEBOUNCE: 300,
12
} as const;
0 commit comments