Answer the question
In order to leave comments, you need to log in
The page is reloaded when a post request is sent to the json-server. How to fix?
I made a front on react, I use json-server for the database. So here is an application like an online store. When the add button is clicked, the function is called
let pushToCart = async (obj) => {
await axios.post(`https://61252c323c91fb0017e729af.mockapi.io/CartItems`, obj);
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question