I am trying to create an app that will have an infinite wall interface, i.e., a div that opens onto a background that the user can drag around and that will expand forever wherever the user goes.
I found a cool jquery plugin called jquery infinite drag to do this, but I am having trouble using it with react. Is there a library with a component like this?