DEV Community

Discussion on: Developer Portfolio with React.js

Collapse
 
tpyrope profile image
Begaiym Adylbek kyzy

I like your portfolio very much and realized how many things I should learn from now : D. I tried your way to change the background of Navbar : D and noticed, that it's better to use event listener inside useEffect, because for some reason it calls event listener too often (i checked it writing console.log("Hello") inside the function) and with useEffect it calls it less often. I'm not sure if it is not silly advice, but may be it will help.