HCLTech interview question

How to update state in class component

Interview Answer

Anonymous

Apr 16, 2021

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