What does the ... do in this React (using JSX) code and what is it called?
...
For those who come from the Python world, JSX Spread Attributes are equivalent to Unpacking Argument Lists (the Python **-operator).
**
I'm aware this is a JSX question, but working with analogies sometimes helps to get it faster.