Syntax -Attribut wie Name React
const x = 42;
const elm = <MyComponent {...{x}} />;
Inexpensive Ibis
const x = 42;
const elm = <MyComponent {...{x}} />;