HCLTech interview question

How to update state in class component

Interview Answer

Anonymous

16 Apr 2021

By using this.setState() method,we can update the state in class component.