Posts by Vitor • 11 points
1 post
-
0
votes1
answer450
viewsQ: Array using useState React.Js Hooks
I’m having a problem with a project I’m using React.js, and axios for consumption of API const [id, setId] = useState(''); const [image, setImage] = useState(''); const [att, setAtt] = useState(0);…