DEV Community

Discussion on: The most common mistakes when using React

Collapse
 
lexiebkm profile image
Alexander B.K.

I think there is also one important topic you can discuss :
Controlled vs Uncontrolled component.
In real practices, we have to decide which one we want to use (consistently).