MSMonu Shuklainumank.hashnode.dev路May 11, 2022 路 5 min readUnderstand JavaScript closures.I have had a lot of difficulties while understanding one of the most interview-asked concepts closures. Most of the time I feel now I know closures then again found something new about it. So in this blog, I will write my way of understanding the cl...00
MSMonu Shuklainumank.hashnode.dev路May 18, 2021 路 3 min readCreate a progress scroll bar in React.We are going to create this scroll bar using React and Dom API You can see the demo https://codesandbox.io/s/staging-morning-nu3r2?file=/src/App.js prerequisite Basic React expertise Basic of Javascript We are going to create this progress bar usi...00
MSMonu Shuklainumank.hashnode.dev路May 12, 2021 路 5 min readWhat鈥檚 a UseEffect, Do You Like It? [Part 1]If you are using REACT and haven't understood the useEffect hook then you are not alone :). Takeways 馃 what is rendering or render and how its work. 馃 what is side-effects 馃 what is useEffect hook and how its work. 馃 Lifecycle methods using use...01S
MSMonu Shuklainumank.hashnode.dev路Apr 9, 2021 路 1 min readWhat is Execution Context In JavaScript?馃Note: Everything in JavaScript happens inside an Execution Context. In JavaScript whenever a piece of code is executed then an execution context is created. In simple terms, we can say that execution context is a place where all the code and function...00