abhisheknaiidu / a-pop

🎶 HD Music Streaming and Sharing Web App
https://a-pop.abhisheknaidu.tech/
68 stars 39 forks source link

Add Lazy-Loading to Scroll #22

Open abhisheknaiidu opened 4 years ago

abhisheknaiidu commented 4 years ago

🚀 Feature

Make Lazy Loading Scrolling, Refer to this , if needed

https://blog.bitsrc.io/lazy-loading-react-components-with-react-lazy-and-suspense-f05c4cfde10c

dvshsahu commented 4 years ago

Hi, Would like to know more about the issue, is the issue there in specific pages or it needs to be added for all pages.?

abhisheknaiidu commented 4 years ago

Hi, Would like to know more about the issue, is the issue there in specific pages or it needs to be added for all pages.?

@dvshsahu Go Ahead, lazy-loading to be applied on cards! by the time we reach at the bottom of the page, then only it should load other cards.

petercr commented 4 years ago

Is anybody working on this issue? 🤔 If not then I would be happy to help out. 👍

Also do you want to use Suspense or would you be open to a package being integrated in to make the task easier. Thanks