How Angular updates your views? · On an afternoon while coding on an Angular application, I ran into the unfortunate situation of using a function call...
It's been a while since I put my feet into the world of NextJS. I absolutely love what NextJS brings to the table but one thing, the main thing in...
What drives async programming in JavaScript? · As we all know, JavaScript is a single-threaded language. If there is simple synchronous code then code...
Hey fellow learner! In this blog, I am going to discuss React Context. I have divided this into two parts because I am lazy and did not want to write...
This is what makes React super fast · Let's first understand what DOM is. DOM stands for Document Object Model and it is this concept that has bestowed...