Using Intersection Observer API in ReactThis article is about using the Intersection Observer API to enhance the visual experience of web applications. We will see the usage of this API in both HTML/CSS projects and React applications. What is Intersection Observer API? (with a working exa...Oct 14, 2023·4 min read
How code works in JavaScript (understanding execution contexts)So we have all been there wrapping our heads around some javascript (quirkiest language of the world) specific topics. I am gonna take a chance and explain one of those topics to make it easier for you. Let's get started with Execution contexts! Firs...Sep 13, 2021·3 min read