Each React component has a lifecycle that you can track and alter throughout the course of its three phases. Mounting, updating, and unmounting are the three phases.
When you don't want React to render your state or prop updates, this lifecycle can be useful. By default, the component re-renders whenever setState() is used. The shouldComponentUpdate() method informs React whether or not a component is affected by state and prop changes.
The shouldComponentUpdate method allows us to exit the complicated react update life cycle without having to call it every time we re-render. The component is only updated if the props supplied to it change.
React provides hooks, which are methods that are called automatically at each stage of the lifecycle and provide you complete control over what occurs when they are called. You'll be able to successfully control and manipulate what happens in a component throughout its lifecycle if you have a thorough understanding of these hooks.
"Conceptually, components are like JavaScript functions," the React documentation says. They take any input (called "props") and produce React elements that describe what should be displayed on the screen." In other words, components return JSX, which is then used to change the DOM using React's virtual DOM.
Learner's Ratings
4.4
Overall Rating
72%
11%
9%
1%
7%
Reviews
M
Mohanlal Khhurana
5
Very helpful course in learning ReactJS
S
Sonkar Singh
4
This series is usefull for just starting and building confident. Go further and explore more about React JS
S
Sumit Kumar
5
Fake reviews
M
Mahaveer kumar kirshanani
5
amazing mam , keep going
R
Rakeh
5
nice
A
Anshul Bhai
5
This is very helpful
Y
yash sheliya
5
My explaining in learnvern was good. Thank you for Learn Vern to all teachers
Share a personalized message with your friends.