Skip to content

Instantly share code, notes, and snippets.

@chrisirhc
Created January 31, 2016 00:59
Show Gist options
  • Save chrisirhc/a80ed1246da3ce09d217 to your computer and use it in GitHub Desktop.
Save chrisirhc/a80ed1246da3ce09d217 to your computer and use it in GitHub Desktop.
DOM diffing, DOM shape, and mouse events (Hypothesis)
<div className="tooltip-region"
onMouseLeave={this._setNotHovered}
<div className="has-tooltip"
onMouseEnter={this._setHovered}></div>
<div>Hello</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment