Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ...
  2.  
  3. doSomething() {
  4. console.log("scrolling is detected");
  5. this.setState({example: true});
  6. }
  7.  
  8. <div onScroll={() => this.doSomething()}>
  9. Hello World
  10. </div>
  11.  
  12. ....
Add Comment
Please, Sign In to add comment