isomorphic500
isomorphic500 copied to clipboard
Load More Photos
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?
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.
Hi @herve1976 thanks for the suggestion - indeed this is a nice use case I'd like to explore in the future.
It is possible to do this. You can create a wrapper component that takes in a list (preferably supplied by stores)