Dealer Inspire interview question

What is the difference between props and state?

Interview Answer

Anonymous

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.