Comparing a hit with next/previous hit

53 Views Asked by At

I’m looking to implement a separator between hits that’s conditional based on a comparison with the next/previous hit.

An example of what I’m trying to accomplish can be found here

I’m developing in React Native where I’m using connectInfiniteHits from react-instantsearch-native, but I’ve hit a wall in regards to accessing the next hit from a given hit.

Any pointers on how to accomplish this?

0

There are 0 best solutions below