Checking if an element is visible after scrolling is something that we may have to…
Coding
Converting a floating-point number to a whole number is something that we’ve to do sometimes…
Getting the name of the constructor that an object is created from is something that…
Sometimes, we want to set body styles within our React app. In this article, we’ll…
Sometimes, we want to add a modal into our React app. In this article, we’ll…
Sometimes, we want to set states inside the React useEffect hook callback. In this article,…
To optimize the performance of our React app, we should find ways to reduce state…
Sometimes, we want to add custom HTML attributes in our React JSX code. In this…
Sometimes, we want to update states when we use React state hook within setInterval. In…
Sometimes, we want to send multipart form data with Axios in a React component. In…