Fork me on GitHub
#hyperfiddle
<
2022-09-06
>
Dustin Getz16:09:43

Infinite scroll over node_modules, each row has arbitrary server local data access

clojure-spin 4
Dustin Getz17:09:32

Here is the approximate code (I've removed all the table/file stuff to just see the essential scroll logic)

❤️ 1
denik18:09:40

it often looks like nodes are torn down (removed from the dom) and then re-added. usually infinite scroll implementations try to re-use the same dom nodes which also results in a less jittery scroll experience

Dustin Getz19:09:52

yeah, working on that today

👍 1