AKAnkit Kumaininankitkumain.hashnode.dev路Jun 8, 2022 路 4 min readAn easy guide to understanding react useRef hookPrerequisites Familiarity with react Note - You do not need to be an expert in react but you must have seen some react code before reading this article. Introduction In this blog, we will cover the useRef hook which is commonly used to create a mu...00
AKAnkit Kumaininankitkumain.hashnode.dev路Jun 7, 2022 路 5 min readComprehensive guide to Debounce in JavaScriptPrerequisites Familiarity with setTimeout. Familiarity with closures. Familiarity with this keyword and function borrowing. Introduction In this article, we will learn about very commonly used performance optimization technique in javascript called...00
AKAnkit Kumaininankitkumain.hashnode.dev路May 11, 2022 路 4 min readAn in-depth guide to new operator in JavaScript.Prerequisites Familiarity with constructors. Familiarity with this, call, apply and bind. Introduction In this article, we will learn about the new operator and its significance in javascript. If you are new to new operator 馃槈 do not worry you have...00