Posts by Eduardo Grigolo • 1 point
1 post
-
-1
votes1
answer21
viewsA: (REACT) Should I compose only the repeating tags?
You can create a component for the <Menu/> as a whole and then you can create a component for the <li> repeating. Or, if you want to make a simpler solution, just create a function to…