Component LifeCycle methods
In react, every component goes through a process called component lifecycle. This component lifecycle explains the interactivity of data to UI on the page.
So, first, a Component will mount and the constructor() where the class instance gets created...
tech-blog.agrittiwari.com3 min read