A set of primitives for building step/index based UI widgets controlled by swipe, timers, and/or buttons.
A state container which provides an interface for managing event listeners in its children. This component will automatically garbage collect all of its registered listeners on unmount.
A state container which limits the frequency with which setState can be called using requestAnimationFrame
.
State containers which provide an interface for listening and responding to window events in a scalable fashion.
A state container which provides an interface for retrieving the bounding client rect of a referenced element. The bounding client rect will update each time the window resizes - a behavior which can be turned off by setting the prop `recalcOnWindowResize