Hacker News Redesigned Using React, Tailwind and Firebase
Redesigned version of Hacker News Using React & Firebase... (more…)
Read more »Introduction Javascript is a single thread programming language. That is when you have code something like this The second line doesn’t get executed till the first one gets completed. Mostly this won’t be a problem since millions of calculations are… Read more