What is Pure Component in reactJs | ReactJs Tutorial in Hindi /Urdu Explain - React Pure Components
Channel:
Subscribers:
2,020
Published on ● Video Link: https://www.youtube.com/watch?v=5_SZjX1y23g
in this tutorial we have discuss What is Pure Component in reactJs and we have practically implement in react js with state and props . we have covered topics this tutorial below :-
What is Pure Component ?
A Pure Component in React is a class-based component that optimizes performance by avoiding unnecessary updates.
How to use Pure Component ?
Pure Component example with state and props ?