use-react-hooks icon indicating copy to clipboard operation
use-react-hooks copied to clipboard

Use hooks in classes in React 16.5+

Results 4 use-react-hooks issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://user-images.githubusercontent.com/3753893/141984545-4e4a53fe-e1d5-4823-8e82-24d3466ddd6b.png)

Hi there - nice-looking work so far! One little thing I noticed: I _think_ `useEffect` is meant to schedule the effect to run asynchronously, after rendering has completed (e.g. via...