Constructor In React
what is Constructor?
Constructor is a member of class.
Constructor is a used to initialize the onject.
Constructor automatically called when an object is created.
export default class User extends Component {
constructor (){
super...
megha17.hashnode.dev3 min read