Posts by Danielly Costa • 41 points
3 posts
-
1
votes3
answers6521
viewsQ: Can you map() an object array to React?
I’m doing a project where I need several recipe cards that will contain: title and ingredients. These cards must be expandable (The user will see the title and when clicking, the ingredients will be…
-
1
votes1
answer145
viewsA: In Reactjs, is it possible to ensure that a class method is only executed after setState is completed?
I asked in my city’s Freecodecamp group and I got an answer that worked. I was wondering if I should delete the question or not, but I thought someone might want to know. Anyway, I made the wrong…
-
2
votes1
answer145
viewsQ: In Reactjs, is it possible to ensure that a class method is only executed after setState is completed?
I’m making a freecodecamp project using Reactjs. It consists of making two Leaderboards: one of the campers with the highest score in the last 30 days and another of those that have accumulated the…