useEffect(() => axios.get('/api/data-cards') .then(response => setDataCards(response.data); ) .catch(error => console.error(error); ); , []);