Pergunta de entrevista da empresa PROS

How do you manage state for a React.js component?

Resposta da entrevista

Sigiloso

8 de mar. de 2019

One can update the state of a react component by using "this.setState()" and passing a JSON object which represents the state.

1