mljr-ui · showcase

Infinite Scroll

Sentinel div triggers Datastar @get when it enters the viewport. Server appends HTML. One Datastar attribute — no custom JS.

data infinite-scroll

Usage

data.InfiniteScroll(data.InfiniteScrollProps{
    FetchURL:    "/api/items",
    PageSignal:  "_isPage",
    ContainerID: "items",
    LoadingText: "Loading more…",
}, initialItems...)