petiand / miu-hook-prectice

0 stars 0 forks source link

Implementing Infinite Scrolling to Enhanced User Experience #6

Open DragosBusuiocLD opened 12 months ago

DragosBusuiocLD commented 12 months ago

I wanted to propose the implementation of an infinite scrolling feature . The main advantage of this is to create a seamless browsing experience. As users scroll to the bottom of the screen, more data is automatically fetched and displayed. Let me know your thoughts!

This functionality will help you to enhance your understanding of event listeners, asynchronous operations, and DOM manipulation, which are essential skills in modern web development.

petiand commented 11 months ago

https://github.com/petiand/miu-hook-prectice/pull/10

implemented infinit scroll in this PR