A React component that allow to bind events on the global scope
Issues mentioned in README
should be solved by other approaches: - .addEventListener()
is blazing fast and is not a real performance issue - to solve issues with ordering in case when regular DOM event propogation is not available consider to use thi
A React hook for managing event listeners, e.g. removing events when a component unmounts.
A library for emitting and listening to events in a React application