logoalt Hacker News

johnfnlast Tuesday at 10:25 PM1 replyview on HN

I think I've seen one page override ctrl-f for good reason -- it was a page that lazy loaded literally millions of lines of text that wouldn't have fit into RAM.

Every single other page that does it just wastes my time. It's always a super janky slow implementation that somehow additionally fails to actually search through all the text on the page.


Replies

mghackerladylast Wednesday at 6:18 PM

then instead of lazy loading load chunks and paginate it like we used to