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

```js export const supportsAutofill = tryCatch( () => window && window.document && window.document.querySelector(':-webkit-autofill') === null && navigator && navigator.userAgent.indexOf('PhantomJS') === -1 && typeof window.callPhantom === 'undefined', always(false) ) ```

We should extract the component that uses it on its own package. Wdyt @deepsweet @xaviervia ?

- [ ] `withPressedProps` (for React Native) - [x] `withAutofillProps` #41

- One (possibly `withFPSGauge`) should just report the `fps` as a prop and provide the `onFPS` callback - Another one (possibly `withLowFPSReport`) should have the current API, and build around...