Replies: 1 comment 6 replies
-
The regular docs has an example: https://www.algolia.com/doc/api-reference/widgets/infinite-hits/react/#widget-param-cache import { createInfiniteHitsSessionStorageCache } from 'instantsearch.js/es/lib/infiniteHitsCache';
const sessionStorageCache = createInfiniteHitsSessionStorageCache();
<InfiniteHits
// ...
cache={sessionStorageCache}
/> |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.algolia.com/doc-beta/ui-libraries/instantsearch/results/infinite-hits/react#cache
How? The docs give no further details on how to use this. I have found some other examples which all seem to be broken or no longer supported
Beta Was this translation helpful? Give feedback.
All reactions