Gobinda ThakurLet, const and Temporal dead zoneSometime you might ask yourself that why JavaScript came up with let and const in ES6, although var is already there. I will answer it at…Sep 1, 2021Sep 1, 2021
Gobinda ThakurCreate react application from scratchThe user interface frameworks and libraries of Javascript programming language work in a cycle. After every six months, they change…Dec 11, 2019Dec 11, 2019
Gobinda ThakurJavaScript map and forEach — a comparisonIn this blog we are going to talk about the usage of these higher order functions.Oct 22, 2019Oct 22, 2019
Gobinda ThakurJavaScript Object — Add member conditionally using spread operatorYou might have faced situations where you needed to create JavaScript object on basis of some condition. I had such situations where I…Jan 16, 20191Jan 16, 20191
Gobinda ThakurDealing with Javascript falsy valuesJavascript has it’s own way of dealing with values. Developers from Java or any object oriented programming background get confused while…Jun 26, 2018Jun 26, 2018
Gobinda ThakurSpread Operator — in depth!If you are using ES6(es2015) then you might have knowledge on spread operator.Jun 13, 20183Jun 13, 20183
Gobinda ThakurReact suspense - defer renderingSuspend the rendering until getting the data to display.Jun 11, 2018Jun 11, 2018
Gobinda ThakurPlaying with Component lifecycle methods of React 16.3This diagram is not valid for React v16.4.Apr 28, 20183Apr 28, 20183
Gobinda ThakurReact’s new powerful Context APIYeah, react 16.3 has come up with it’s new Context API which is more powerful.Apr 6, 20186Apr 6, 20186
Gobinda ThakurProblems with previous React Context APII will discuss the problems about context API of react version less than 16.3 .Apr 4, 2018Apr 4, 2018