issues
search
the-road-to-learn-react
/
react-hooks-introduction
Introduction to React Hooks for function components (released in React 16.7.)
https://roadtoreact.com
258
stars
64
forks
source link
Fix use effect example
#3
Closed
rwieruch
closed
6 years ago
rwieruch
commented
6 years ago
Hooks Misconceptions:
clean up function runs not only for unmounting but also after each render
stale state is a thing with hooks too
Hooks Misconceptions: