isomorphic500 icon indicating copy to clipboard operation
isomorphic500 copied to clipboard

Load More Photos

Open ghost opened this issue 10 years ago • 3 comments
trafficstars

If we wanted to add a button at the bottom of the page called "Load More" and when the user clicks on it, the page loads more photos beneath the actual ones. I am new to React and Fluxible. Anybody has any idea on how to implement this new feature?

ghost avatar May 09 '15 01:05 ghost

I tried using the module "react-infinite-scroll" but with no success. I am not even sure it's possible with an isomorphic app actually.

ghost avatar May 11 '15 22:05 ghost

Hi @herve1976 thanks for the suggestion - indeed this is a nice use case I'd like to explore in the future.

gpbl avatar May 20 '15 21:05 gpbl

It is possible to do this. You can create a wrapper component that takes in a list (preferably supplied by stores)

geekyme avatar May 29 '15 14:05 geekyme