react-extras icon indicating copy to clipboard operation
react-extras copied to clipboard

Useful components and utilities for working with React

Results 1 react-extras issues
Sort by recently updated
recently updated
newest added

```ts useEvent(target, name, () => { }, deps) ``` Regular `EventTarget`s don't expose generics to automatically get event data type, so we implement thin wrappers for `document` and `window`, who...