Not so long ago I started working with functional components instead of class based ones. The main go... (more…)
Read more »
Check out this step-by-step breakdown of a common use case for React Portal and learn how to develop a tooltip component from scratch. (more…)
Read more »
I have created a boilerplate project for Electron used together in conjunction with React and Material UI, because too many projects in Javascript space have too many dependancies and it can be really hard for new developers to join this awesome community... (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... (more…)
Read more »
At Teachers Pay Teachers, we take performance seriously since it is widely accepted that performance delights users, increases search engine rankings and imp... (more…)
Read more »