ReactWindow

ReactWindow and ReactBody are two components that simplify the management of window and body event listeners Inspired by svelte.

<ReactWindow
  onClick={() => {
    console.log("Hello!");
  }}
/>

Documentation is available on GitHub.

Demo:

Log: