use-react-hooks
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

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...