Posts by Yuri Menezes • 9 points
1 post
-
0
votes1
answer45
viewsQ: By clicking on a checkbox the next component appears
I would like to know the best way to start rendering this first object and when you click on the checkbox it will render the next one, hiding the previous one and so on. const [expensesData,…