Hacker News new | ask | show | jobs
by iaml 2516 days ago
> performance issues (thanks to infinite scrolling)

This problem is already solved by virtualized lists available in any decent framework. Why people don't use it is beyond me.

1 comments

It’s not built into any frontend web framework by default that I know of. It’s the default approach on Android on iOS.
It's not built-in, but plugins exist for react, angular, vue; svelte even has a first-party one.