Currently, my algolia search bar implementation using React is a bit laggy when user inputs query, because every change creates a new state. Should I implement debounce? Is it ok (i care about UX issues)?
I thought to do some experiment with Algolia and I must say I am impressed by its speed. I would love to know what architecture/solution they use to power their search engine. A basic high level overview will be great. I am sure I am not