# tre-endless-list **Repository Path**: mirrors_regular/tre-endless-list ## Basic Information - **Project Name**: tre-endless-list - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tre-endless-list --- Scroll through endless lists of data provided by two pull-streams, one for down,, one for up. ## Example ```js const h = require('mutant/html-element') const pull = require('pull-stream') const list = require('tre-endless-list') document.body.appendChild( list( pull.count(100), pull.count(50), x=>h('li', x) ) ) ``` --- License: AGPLv3