Hacker News new | ask | show | jobs
by sorahn 3538 days ago
We already do this when we have a lot of props to pass down. "A lot" usually means enough to take the line past 100 columns.

const componentProps = {}; <Component {...componentProps} />