Problem description: What are some good approaches for creating non-blocking UI for 60 fps rendering performance for filter operation on large [] of items? In this case, it would be an autosuggest box that contains 1,000,000 of items.
Sandbox example of slow suggest: https://codesandbox.io/s/bold-fermi-jfz1el
Source of discussion: https://dev.to/miketalbot/search-as-you-type-at-60fps-with-js-coroutines-35pc