#programming
Read more stories on Hashnode
Articles with this tag
The keywords Null and undefined in JavaScript can be a struggle to understand. What are they? In what ways are they the same? And in what ways do they...
Introduction Equality in JavaScript can be a difficult concept to navigate. More so, when you're a beginner. You may have come across cases where ===...
In this tutorial, you will learn how to deploy your Node applications for free. And you will do so using a platform called Render. Okay, let's get...
Introduction This useMemo and useCallback hooks use a programming technique called memoization to optimize performance in React applications. In this...
What is useReducer? The useReducer hook in react is the useState hook. It provides an alternative way of managing state in your components....
Introduction In JavaScript, there are three ways of declaring variables. You can use any of the following keywords for variable declaration - var,...