I often group related props into an object
I often group related props into an object.
Advantages:
✅ Less code, so easier to read
✅ Clarifies the relationship between related fields
✅ Makes it easier to pass the data around
✅ Don’t need to change the component’s API when properties change
