How to make infinite scroll with search and sort?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Google Fonts

    Font files available from Google Fonts, and a public issue tracker for all things Google Fonts

  • Im using mongodb as my database and React as my frontend. I basically want to do something like Google fonts, it dynamically loads the items and it allows you to scroll infinitely, but if you search something it searches trough all the fonts.

  • SWR

    React Hooks for Data Fetching

  • On your client, I strongly advise you to use the SWR library It exposes a simple React hook for your React components to send API calls and render your component based on the results Further more, it allows supports you very well with infinite scroll/pagination scenarios (read their docs, they have good examples) It will leave you with implementing a nice list of items, that expands as the user scrolls -- that's it.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts