Posts by Marcos Mitozo • 23 points
1 post
-
1
votes1
answer185
viewsQ: Display array of "children" according to array of "parents" (JS)
Assuming I have the following JSON, and want to turn this information into HTML components (in my case, I’m using React), what should I do? [ { "id": 1, "nome": "Pai1", "filhos": [ { "id": 1,…