Skip to content

Instantly share code, notes, and snippets.

View hharnisc's full-sized avatar
🏗️
Work in progress

Harrison Harnisch hharnisc

🏗️
Work in progress
View GitHub Profile
import React, { PropTypes } from 'react';
import { Hoverable } from '@bufferapp/redux-hover';
const MyComponent = ({
hovered, // managed by redux-hover
onMouseEnter,
onMouseLeave,
}) =>
<div
onMouseEnter={onMouseEnter}