I write informative and engaging tech articles
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].
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
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.
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.