DEV Community

Discussion on: Passing props using the spread operator in React

Collapse
 
starpebble profile image
starpebble

Keep going! Don't give up on inlining.

const ExampleComponentName = ({hStyle, pStyle, name}) => {
  // code
}
Enter fullscreen mode Exit fullscreen mode

Does this look like what you want?