Guest User

Untitled

a guest
Jan 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Child extends Component {
  2. ....
  3.  
  4. render() {...}
  5.  
  6. somethingChange() {
  7. this.props.onChange(this.state);
  8. }
  9. }
Add Comment
Please, Sign In to add comment