instantusername / instant-username-search

âš¡ Instantly search for the availability of your username on more than 100 social media sites.
https://instantusername.com
GNU General Public License v3.0
202 stars 30 forks source link

feat: 🎸 search results will be lazy-loaded on cards #57

Closed CeamKrier closed 3 years ago

CeamKrier commented 3 years ago

https://trello.com/c/LSwRxWDx/35-lazy-loading

This PR will be adding the feature of lazy-loading the search result cards on the client.

I used the intersection observer API (https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) which is handling the calculating/notifying us about the visibility of the cards on the screen. Whenever a card is visible on the screen, its corresponding back-end request will be fired

umutcanbolat commented 3 years ago

very interesting and neat solution. thanks.