HomeReactJS INTERVIEW QUESTIONSHow can you set state initially (within the constructor() method)? How can you set state initially (within the constructor() method)? 0 Vikas 13:09 constructor() { super(); this.state = { name: "Vikas" }; } Tags React.Js INTERVIEW QUESTIONS PDF ReactJS INTERVIEW QUESTIONS Newer Older