My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How to make Algolia search bar (implementation with ReactJS + Flux architecture) faster?

Ricky Putra's photo
Ricky Putra
·Jun 27, 2016

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)?