Posts by Dev777 • 3 points
2 posts
-
-1
votes1
answer49
viewsQ: Map 2 jsons and render in 1 card component + date formatting
I would like a help: I have two Json: posts and Author. Json posts returns right in the log. Each post has a respective author. It’s already showing the cards with the right post, but I also need to…
-
-3
votes1
answer90
viewsQ: React, map with 2 json without id
I would like some help: I have two Json: posts and Author. Json posts have no id. Ojson returns right in the log. I already have the card component created, but I can’t render the posts on the…