Domanda di colloquio di PROS

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

Risposta di colloquio

Anonimo

8 mar 2019

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

1