DEV Community

Discussion on: What are the things you found difficult while working with ReactJs ?

Collapse
 
jarodpeachey profile image
Jarod Peachey

One of the most difficult things for me was learning how to manage state and renders using React Hooks. It's VERY confusing to me using the useEffect() hook because it's a lot harder than using the old shouldComponentUpdate() function