DEV Community

Discussion on: Five common mistakes writing react components (with hooks) in 2020

 
loweisz profile image
Lorenz Weiß

That's true ! 🤔 So storing it outside the component can actually be quite dangerous.
Thank you for that ! :)

Thread Thread
 
marlo22 profile image
marcin93 • Edited

Yes, that's the case, Valerii. When component has a few instances some problems can occur. But when we use this approach in a single-instance component like page view for example, everything should be fine.