I'm curious to know what are the core challenges, if any, you went through, or you would go through; and the checklist of sorts that you would follow ... when making the decision of switching the libraries — for instance, a Flux implementation to Red...
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'm a junior javascript developer who has had decent exposure to frameworks like angular and react as well as a good understanding of Node on the back end. However, the flux structure has me thoroughly confused. Why Flux? Why Redux vs vanilla flux? ...