React Native developer; or, the Modern Procustes
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 ...
sakshambhatt.hashnode.dev4 min read