Posts by Leandro M. Silva • 23 points
1 post
-
2
votes1
answer756
viewsQ: React.js Error trying to access nested Json data via component state
I’m starting with React.js and am having trouble accessing data nested in a JSON. I’m using the whatwg-fetch to make the request and it’s working, but I can’t access the nested JSON data, example:…