higher-order-components icon indicating copy to clipboard operation
higher-order-components copied to clipboard

A collection of useful React higher-order components

Results 18 higher-order-components issues
Sort by recently updated
recently updated
newest added

Bumps [forwarded](https://github.com/jshttp/forwarded) from 0.1.0 to 0.1.2. Release notes *Sourced from [forwarded's releases](https://github.com/jshttp/forwarded/releases).* > ## 0.1.2 > * perf: improve header parsing > * perf: reduce overhead when no `X-Forwarded-For` header...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.6. Changelog Sourced from handlebars's changelog. v4.7.6 - April 3rd, 2020 Chore/Housekeeping: #1672 - Switch cmd parser to latest minimist (@dougwilson Compatibility notes: Restored Node.js...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.5.3 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

Will support: - [x] onSwipeUp, onSwipeDown, onSwipeLeft, onSwipeRight - [ ] Move the container with the swipe moving, or let it static - [ ] Velocity threshold and distance threshold

in progress

Because `onMouseOver` and `onMouseOut` bubbles up to the DOM triggering unnecessary re-renders every time you hover on any children of wrapped with this HOC component. `onMouseEnter` and `onMouseLeave` stops this...