Multi-threaded React App using useWorker
As we all know, Javascript is a single-threaded language. So, if we do any expensive task, It will block UI interaction. And the user needs to wait till it completes to perform any other action, which gives a bad UX experience.
To overcome and perfor...
nilanth.hashnode.dev7 min read