Question d’entretien chez Justuno

What is the difference between state and props?

Réponse à la question d'entretien

Utilisateur anonyme

19 mai 2019

In a React component, props is data passed to it by its parent component. State on the other hand is still data, but directly initialized and managed by the application.