You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/public/llms.txt
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,21 @@ scrolloop is a monorepo of framework adapters built on a platform-independent vi
14
14
15
15
## Guide
16
16
17
-
- [Introduction](https://976520.github.io/scrolloop/guide/introduction): What scrolloop is, why virtual scrolling matters, and the packages available.
18
-
- [Quick start](https://976520.github.io/scrolloop/guide/quick-start): Build a windowing list in about a minute with a minimal React example.
19
-
- [Concepts](https://976520.github.io/scrolloop/guide/concepts): How windowing, overscan, and absolute positioning let scrolloop render tens of thousands of items without performance loss.
17
+
- [Introduction](https://976520.github.io/scrolloop/guide/introduction.md): What scrolloop is, why virtual scrolling matters, and the packages available.
18
+
- [Quick start](https://976520.github.io/scrolloop/guide/quick-start.md): Build a windowing list in about a minute with a minimal React example.
19
+
- [Concepts](https://976520.github.io/scrolloop/guide/concepts.md): How windowing, overscan, and absolute positioning let scrolloop render tens of thousands of items without performance loss.
20
20
21
21
## Components
22
22
23
-
- [VirtualList](https://976520.github.io/scrolloop/guide/virtual-list): The core high-performance list component, with per-runtime usage and props (`count`, `itemSize`, `height`, `renderItem`).
24
-
- [InfiniteList](https://976520.github.io/scrolloop/guide/infinite-list): Combines data fetching with virtualization for page-based infinite scrolling (`fetchPage`, `pageSize`, `itemSize`, `renderItem`).
23
+
- [VirtualList](https://976520.github.io/scrolloop/guide/virtual-list.md): The core high-performance list component, with per-runtime usage and props (`count`, `itemSize`, `height`, `renderItem`).
24
+
- [InfiniteList](https://976520.github.io/scrolloop/guide/infinite-list.md): Combines data fetching with virtualization for page-based infinite scrolling (`fetchPage`, `pageSize`, `itemSize`, `renderItem`).
25
25
26
26
## Advanced
27
27
28
-
- [SSR Guide](https://976520.github.io/scrolloop/guide/ssr): Server-side rendering support for `@scrolloop/react`'s `InfiniteList`, using `isServerSide` and initial data to improve initial load and SEO (React DOM adapter only).
28
+
- [SSR Guide](https://976520.github.io/scrolloop/guide/ssr.md): Server-side rendering support for `@scrolloop/react`'s `InfiniteList`, using `isServerSide` and initial data to improve initial load and SEO (React DOM adapter only).
29
29
30
30
## Optional
31
31
32
+
- [Full documentation](https://976520.github.io/scrolloop/llms-full.txt): Every guide page concatenated into a single markdown file.
32
33
- [GitHub repository](https://github.com/976520/scrolloop): Source code, issues, and contribution workflow.
33
34
- [README](https://github.com/976520/scrolloop#readme): Installation commands for each framework package.
0 commit comments