Lynob
0
Q:

pass props

class Welcome extends React.Component {
  render() {
    return <h1>Hello, {this.props.name}</h1>;
  }
}
6

New to Communities?

Join the community