@little cove
#Javascript - A Error Connecting to my server
2 messages · Page 1 of 1 (latest)
useEffect(()=>{
axios.get('http://localhost:3000/items')
.then(response => response.json())
.then(data =>{
setData(data);
}
).catch(error => {
console.log('Error',error)