In React, a component goes through different phases in its lifecycle, and at certain points in each phase, React will call specific methods on the component. These methods are known as lifecycle methods. componentDidMount(), componentDidUpdate(prevProps, prevState), componentWillUnmount(), shouldComponentUpdate(nextProps, nextState)
Category: Information Zone
What is componentDidMount and useEffect with Example
componentDidMount() is a lifecycle method in React that is called after a component has been added to the DOM. useEffect is a Hook in React that allows you to synchronize a component with an external system. It serves a similar purpose as componentDidMount(), componentDidUpdate(), and componentWillUnmount() lifecycle methods combined.
React Hook To Check If User Has Changed/Minimize the Browser Tab
Today we will learn how to develop a Custom React-Js hook to determine whether the user has changed the browser tab or minimized the browser window. This hook will work for Chrome, Opera, Firefox, Edge, Safari etc…
Spread Operator and Rest Parameters in JavaScript
Spread operator in JavaScript was introduced in ES6. The syntax of the spread operator is 3 dots. The spread operator allows us to spread out the elements of an iterable object such as an Array, Map, or Set. Rest parameter in javascript allows us to handle multiple parameters in any function. We can pass an indefinite number of parameters to any function. By the use of the rest parameter, we can call a function with any number of arguments.
Download any paid Software. Get any software free for lifetime
In this article, we will discuss about how to download cracked software. Most of the people in this world want to try new software but we all know that not every software is free. Some are free and some softwares are paid. We have to pay for those softwares. Not every user wants to pay…
10 React Js Common Packages That Helps You In Your Projects
In this article, we will discuss some common react Js packages. These packages can also help you in many different ways.
Encrypt Javascript and CSS Code – Hide Original Code from Users
how we can encrypt our code and prevent users from viewing the original code. Encryption of javascript code is required when we don’t want to share our code. To read the encrypted code, the person must decrypt the code first.
Fix Grub Problem – Grub Not Showing – Dual Boot Problem Ubuntu with Windows 10
how to fix it and bring the Grub menu back. Fix GRUB not showing during boot problem in Windows. the steps are equally valid for Windows 8 and 8.1. Similarly, I’m using Ubuntu in dual boot here, but the trick applies to all other Linux distributions such as Linux Mint, etc.