Posts Tagged: htmx

July 08, 2025

Reverse Infinite Scroll in FastHTML

Today I learned, how to build a reverse infinite scroll in FastHTML. I needed it to create a logviewer, where you want to see the latest logs, but also want to scroll up to see older entries.

Below you can see the final result, and after that I explain how I built it.