Tarun Singh

Articles

I write informative and engaging tech articles

Aug 11, 2021

Server-side rendering(SSR) with React[Part-2]

In this article, you'll learn how you can actually server-side render a React App. This is Part 2 of Server-side rendering(SSR) with React[Part-1].

Jun 30, 2021

Server-side rendering(SSR) with React[Part-1]

We know how React renders our app on the client-side. We also can render our React app at the server-side and leverage the advantages that SSR offers us

Mar 16, 2021

Event Delegation in Javascript

Event Delegation is not a new trick, it has been in use in several big projects already. So let's see what do we mean by event delegation.

Feb 25, 2021

Playing with the 'this' keyword

The concept that most JavaScript developers struggle with is the this keyword. This comes with a lack of understanding of what this means and how it works.