Im building a Website with Blazor (.Net 7.0).I would like to load items dynamically. For Example i load 15 items and when the user scrolls to the bottom of the page i would like to load new items.
I only saw some people fix this problem with Javascript. Is it possible to do this just with Blazor ?