Question d’entretien chez PROS

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

Réponse à la question d'entretien

Utilisateur anonyme

8 mars 2019

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

1