You could have static elements pre-rendered, but only loaded on demand. For example, if you had a blog with comments, you could have the comments pre rendered in htmx fragments, but only loaded when they are clicked.
Or a photo gallery with thumbnails that are enlarged when clicked.
Or a photo gallery with thumbnails that are enlarged when clicked.
At least, that’s one way it could work.