• Subscribe
  • What is the solution of endless scrolling? Any thoughts?

    Narendra Tiwari
    23 replies

    Replies

    André J
    for what? websites or mobile. I have a infinite scroll lib for iOS on GitHub if needed
    André J
    @narendra_tiwari Yes, but for what platform? in what language etc? It's called pagination. Here you can see how I made pagination a while back: https://github.com/eonist/Pagina...
    Narendra Tiwari
    @sentry_co I am looking for a solution for endless scrolling. Users may lose interest over time, and providing more high-quality content upfront can help avoid wasting their time scrolling.
    Jake Harrison
     Free Essay Checker AI
    Free Essay Checker AI
    In my point of view, endless scrolling can be a valuable feature for enhancing user experience and engagement
    Narendra Tiwari
    @jakeharr Yeah! but when the content is limited, then it will repeat the same content, which leads to the user being disappointed.
    Nathan Marquez
    @jakeharr @narendra_tiwari create new content with genai 🤯
    Narendra Tiwari
    @nathan_marquez yes, trying new GEN AI now, will need your support. 😊
    William Willey
    Use pagination. This is a more traditional approach to browsing content, but it can be more effective for long lists of content.
    Narendra Tiwari
    @william_willey yeah that’s true, pagination along with the load more button will be good approach i think to deal with this, what do you think ?
    Yavuz Tunc Emran
    Tamly: Automate B2B Sales Outreach
    Tamly: Automate B2B Sales Outreach
    introduce user-defined content limits and clear endpoint cues to improve user control and experience.
    Narendra Tiwari
    @tunc_emran user define limits will be very useful. This will give more control to the users. But do you think, it may create complexity among the users.
    Stephen Maden
    Use intelligent loading. This means only loading new content when the user is actually close to the bottom of the page. This can improve performance and avoid overwhelming the user with too much content.
    Narendra Tiwari
    @stephen_maden Great idea! We'll implement intelligent loading to load new content as the user nears the bottom of the page. This should enhance performance and provide a more user-friendly experience. Thanks for the suggestion!
    Dima Tryhubenko
    Awareness and being present whilst scrolling helps with reducing it Hindsight-wise, tracking how you spend your time and having a separate category for activities like scrolling ( pomodoro titled “🗑️” in my case) is also a decent way to monitor how much time you spend scrolling, which enables you to set goals around that and seeing how the stats change over time
    Nathan Marquez
    adaptive feeds -> adapt new fetch feed calls with signals from previous scrolling. a lot of current feeds are greedy, putting the best content first, which means after users reach a certain threshold within the feed, everything after is usually really bad. if we can adapt feeds as users scroll, we can attempt to approach the "intent" of the user the faster we scroll down the feed
    Narendra Tiwari
    @nathan_marquez the adaptive feeds concept new to me, but this can be a innovative solution as well. Thanks for the valuable suggestions.
    Narendra Tiwari
    @mike_hasil people generally don’t have the self Determination, they just keep on skipping it.