React Native developer; or, the Modern Procustes
Mar 6, 2023 · 4 min read · TL;DR If any JS logic takes >100ms, the user feels it. In my case, a function which looped over ~300 items, was taking ~2500ms to run. I tried to optimize and memoize as much as I could. In the end, created an API for it. Context: I picked the ...
Join discussion



