Javascript is single threaded meaning everything runs on one thread, this thread is called the main thread. At times there's a lot running on the main thread which affects performance of our apps. To improve this performance, we want to reduce the lo...
ezrogha.hashnode.dev3 min readNo responses yet.