issues
search
shivang1305
/
swiggy
Food delivery application using react.js, where user can order food from any restaurant to their home.
https://foodymonk.netlify.app/
5
stars
3
forks
source link
Implement infinite scroll to load restaurants at homepage
#15
Open
shivang1305
opened
9 months ago
shivang1305
commented
9 months ago
Infinite scroll
which calls the
API
internally to load the restaurant data from backend to the browser.
API should be called only when the user scrolls to a particular section of the homepage.
Infinite scroll
which calls theAPI
internally to load the restaurant data from backend to the browser.