PSPrathmesh Santosh Dhatrakinblog.prathmeshdhatrak.com·Nov 9, 2022 · 3 min readPromise VS setTimeout() in Javascript.The other day I was talking to one of my seniors and he asked me is your JavaScript strong and do I understand how javascript works under the hood. So I was confident that I had watched the Philip Roberts "JSConf" video (which BTW is very awesome vid...00
PSPrathmesh Santosh Dhatrakinblog.prathmeshdhatrak.com·Oct 19, 2022 · 3 min readOptimizing API Calls in React with DebounceAs a front-end developer, you may have encountered a situation where you need to make API calls in a React application, but you want to avoid making too many calls at once. This can happen when you have an input field that makes an API call every tim...00
PSPrathmesh Santosh Dhatrakinblog.prathmeshdhatrak.com·Oct 18, 2022 · 4 min readUnderstanding React Class-Based ComponentsAs a developer learning React, you may have heard that class-based components are being phased out in favor of functional components and the React Hooks API. While it's true that functional components and Hooks offer several benefits, it's still impo...00
PSPrathmesh Santosh Dhatrakinblog.prathmeshdhatrak.com·Oct 17, 2022 · 3 min readUnderstanding JS concepts: Part 2So this is a series of blogs in which I try to explain different types of Frontend Development concepts. So In each part, We will cover 5 Js concepts. Note:- I am creating these blogs to understand myself and write about these different and importan...00
PSPrathmesh Santosh Dhatrakinblog.prathmeshdhatrak.com·Oct 16, 2022 · 3 min readUnderstanding JS concepts: Part 1So this is a series of blogs I'm starting regarding Frontend Development concepts. In each part, I will try to explain 5 Js concepts or common javascript questions. I am creating these blogs to understand and write about the concepts in detail. So t...00