Posts by user219338 • 7 points
3 posts
-
-1
votes0
answers21
viewsQ: a React state works perfectly on my localhost but when I do the hosting doesn’t work
Gallery export function () { const [estadogaleria, setestadogaleria] = useState (false) const [indice_galeria, setindice_galeria] = useState (0) const [indicehome, setindicehome] = useState (0)…
-
-1
votes1
answer37
viewsQ: I am unable to consult API
How do I search for information within the api and display on the screen? It seems that the React does not recognize my function fetch import React, { Component } from 'react' class InputeAPI…
reactasked user219338 7 -
-1
votes1
answer27
viewsQ: Personal as I can do for when I click instead of changing the number insert 1 more number, as a calculator for example
var b1=[] var b2=[] var b3=[] var b4=[] var b5=[] var b6=[] var b7=[] function botao1() { b1=1 document.getElementById('resultado').innerHTML=b1 …
javascriptasked user219338 7