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
*`items` can be any array of items or an accessor with an array of items; even if the array increases in size, the segment will only change if the growth brings an actual change
128
-
*`limit` is the limit for the number of items within a segment; this can be a number or an accessor containing a number
129
-
*`page` is an accessor with the number or the segment page, starting with 1
130
-
125
+
-`items` can be any array of items or an accessor with an array of items; even if the array increases in size, the segment will only change if the growth brings an actual change
126
+
-`limit` is the limit for the number of items within a segment; this can be a number or an accessor containing a number
127
+
-`page` is an accessor with the number or the segment page, starting with 1
Combines [`createResource`](https://www.solidjs.com/docs/latest/api#createresource) with [`IntersectionObserver`](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) to provide an easy way to implement infinite scrolling.
0 commit comments