Practice
If you want to access
Using
class MyComponent extends React.Component { constructor(props) { super(props) console.log(this.props) // { name: 'John', ... } } }
Using super()
super()
Comments