Question d’entretien chez Dealer Inspire

What is the difference between props and state?

Réponse à la question d'entretien

Utilisateur anonyme

17 juil. 2024

Props are immutable data which can be passed down components while state is data/information that may change over the lifetime of component.