Best search package to integrate with React?

Hi,

I have an app that uses @matteodem great package easy-search. However, that app used Blaze.
I’m now trying to rebuild that app but this time using React, and notice that the easy-search package is tailored towards Blaze usage.

Anyone knows which search package best suits React+Meteor? Or perhaps some guidance integrating easy-search with React?

Thanks in advance

You could use something like blazetoreact to render the Blaze templates as React components, so it should work with Easy-search.

Since React is view (client) only and search is usually server, I doubt you find anything along the lines of a ‘search package for React’ since React can support just about any server implementation. Hope this helps!