Pergunta de entrevista da empresa Dealer Inspire

What is the difference between props and state?

Resposta da entrevista

Sigiloso

17 de jul. de 2024

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