pavinduLakshan / devbies

A curated collection of free resources for developers - inspired by hiddentools.dev
https://devbies.netlify.app
MIT License
6 stars 1 forks source link

Implement lazy loading of resources #3

Open pavinduLakshan opened 2 years ago

pavinduLakshan commented 2 years ago

Currently, when a category is selected, all the resources in the corresponding JSON file are rendered. Since each item consists of an imgur image, this costs site visitors more internet data, which is clearly visible on mobile devices with limited data packages.

If we could add lazy loading so that only the resources for the current viewport are rendered, we can reduce the data usage for the end-users.

Since I'm busy with some other work, your help on this task is highly appreciated. If you are willing to contribute, please let me know in the comments.

Thanks a lot 😃