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

🍇 Monorepo for React components

Results 3 react-works issues
Sort by recently updated
recently updated
newest added

It would be cool if ReactInterval could optionally run the callback on mount as well.

enhancement

It seems like the click handler doesn't get triggered when one of the swapHandlers has more HTML tags inside of it. [Example](https://codepen.io/alfredoreduarte/pen/pKJWEw)

Hi, I used the component for a very simple task: count x seconds before stopping the interval. Surprisingly, the interval never stopped. Here a sample code ```import React, { Component...