Posts by the rodrigues • 1 point
1 post
-
-1
votes3
answers6521
viewsA: Can you map() an object array to React?
const teste2 = [ { title: "Brigadeiro", ingredients: ["margarina", "achocolatado", "leite condensado"] }, { title: "Pão assado", ingredients: ["pão", "margarina"] } ] const Recipes = (props) => {…