Guest User

Untitled

a guest
May 16th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. this.setState(prevState => {value: prevState + 1 })
  2.  
  3. reset() {
  4. this.setState(prevState => ({value: prevState.initialValue}));
  5. this.setState({initialValue: null});
  6. }
Add Comment
Please, Sign In to add comment