To Make Better UI experience for clients with Priority DOM and state updates using React concurrent mode
Due to current high speed internet network and high performance machines, it feels redundant of several DOM updations like rendering Loading symbol while api calls and rendering unwanted chunk of data to DOM for operations like Autosuggestion feild showing suggestions according to user input
The solution mentioned below showcases the way forward in closing this issue.