react-works
react-works copied to clipboard
🍇 Monorepo for React components
It would be cool if ReactInterval could optionally run the callback on mount as well.
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...