Posts by Mateus Silva • 21 points
1 post
-
2
votes1
answer87
viewsQ: Doubt about the correct way to structure components - REACT
I’m new to React and I always get a flea behind my ear when I’m creating some components. After all, the right way to structure is like this <label>alo {nome}</label> or creating a const…