DEV Community

Discussion on: Architecting React Apps Like it's 2030

Collapse
 
itsrennyman profile image
Renato Pozzi

The point is: that there is no best practice at all, but there are good and bad solutions to specific problems. I use container patterns a lot. Because it keeps my function components easy to maintain avoiding side effects inside of them.

Collapse
 
yogeshktm profile image
yogeshwaran

Thanks for the reply :)

Thread Thread
 
itsrennyman profile image
Renato Pozzi

You're welcome!