Something went wrong on our end. Please try again.
Created by: tjkandala
Create a Hoverifier component that manages a hoverifier instance. Like the new Decorator component, which handles setting and clearing line decorations, it enables us to write simple function components that only concern themselves with React state; these components handle any other DOM manipulation. We'd have to liberally use refs to recreate this functionality in function components.
TODO: