Hey all, Is infinite scroll possible in typesense....
# community-help
a
Hey all, Is infinite scroll possible in typesense.if so please post an example.
j
Yeah, you can implement it with the page and per_page parameters
If you’re using instantsearch lib, you can use the infiniteHits widget for this
a
Currently we are using typesense in react, so is there any component that we can use?
j
Are you using react-instantsearch?
a
yes
j
There’s an infiniteHits widget for react instantsearch: https://www.algolia.com/doc/api-reference/widgets/infinite-hits/react/
a
Hi @Jason Bosco I was able to perform infinite hits with the infiniteHits widget. Is there any way we can do it without a button like an endless scroll?
j