Pregunta de entrevista de Dealer Inspire

What is the difference between props and state?

Respuesta de la entrevista

Anónimo

17 jul 2024

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