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

:electric_plug: [Unmaintained] Renderless Containers

Results 12 react-powerplug issues
Sort by recently updated
recently updated
newest added
trafficstars

If you refresh the page with your mouse hovering over a element, this goes undetected.

bug
help wanted

Hi, I am trying to use the `` container to control the animation of a component, but the animations snaps between start and end instead of actually animating. This seems...

Hi, I'm creating a component that behaves differently based on which side the pointer entered the component. I would like to use the `Hover` container for this, but I need...

Everytime that we need to make a debounce or a throttle on some method the process is very annoying. I think that maybe this two components can be useful: ###...

help wanted
feature request

react-powerplug is the **_best repo_** to start supporting react hooks.

I'm trying to use powerplug in a docz Playground, where components can only be instanciated without carrying state. I would like to run a couple of actions once the component...

Would it be possible to export all flow type definitions? Here's a use case: ```js import { Value } from 'react-powerplug'; import { adopt } from 'react-adopt'; const Composed =...

```jsx {ref => ( ref.current.openModal()}>open model_content ref.current.closeModal()}>close )} ```

feature request

We need to find some solution to work around it both safari and firefox Ref https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#Clicking_and_focus Example ```html Click me const button = document.querySelector("button") // focus event is fixed with...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies