Posts by Gustavo Henrique • 25 points
2 posts
-
1
votes1
answer248
viewsQ: onClick by Innerhtml React?
I’m trying to create a img with the Event of onClick in the React but it’s printing the code that way on the Web. My Internet code is like this: coluna4.innerHTML = `<img onClick={() =>…
-
1
votes2
answers96
viewsQ: [[Promissevalue]] React
I’m doing a get an api on Nodejs, only the result is coming back within a [[Promisevalue]], how do I access it directly? With async and await it works, but when for it to authenticate on the route…