In this recipe, we'll add infinite scroll to our application. Superglue doesn't have an infinite scroll component, but it has tools that make it easy to work with React's ecosystem.
!!! tip We'll use the beforeSave callback to modify the payload before superglue saves it to the store. This callback is an option for both visit and remote functions. See the beforeSave reference for more details.