useRef Hook In React
In React JS, we can use useRef Hook in function component for the REF purpose which we did in the class component.
LIST RENDERING IN REACT JS
In React JS, Lists are mainly used for displaying list of things in a website. E-g: list of products, list of names, list of courses etc.
UPDATING LIFE CYCLE REACT
A component is updated whenever there is a change in the component's state or props.
MOUNTING PHASE IN REACT LIFE CYCLE
In This Blog, you are going to learn Mounting Life Cycle Of Component In React JS and all its methods used in this phase.
STATE IN REACT JS
In React JS, the state is a built-in React object that is used to contain data or information about the component.