nicholaschiang / hammock

Move your newsletters outside of your inbox. Focus on and learn from the content you love in a distraction-free reading space.
https://readhammock.com
GNU Affero General Public License v3.0
11 stars 1 forks source link

Automatic loading of more newsletters #13

Closed jurajpal closed 3 years ago

jurajpal commented 3 years ago

When the user scrolls all the way down in Feed, load more newsletters automatically

nicholaschiang commented 3 years ago

I could probably use something like react-infinite-scroller or react-infinite-scroll-component to accomplish this pretty easily. Right now, I'm leaning towards the react-infinite-scroll-component lib because it seems to be more actively maintained than react-infinite-scroller.