Props and State
Props are immutable inputs to components, while state represents mutable data that can change over time and trigger UI updates.
Props are immutable inputs to components, while state represents mutable data that can change over time and trigger UI updates.