How to implement Algolia with react-query
Is there a way I can separate my query state and render my SearchResults component in another component that isn't my Search component?
2 Replies
harsh-harlequin•15mo ago
Yes. State management like redux, Zustand etc
Or sync to the url
unwilling-turquoise•15mo ago
or hoist the state I suppose