Why axios post request does not create an object? React JS – Javascript
I am working with react and I want to implement a post request with axios. I have tried several ways, but I don't know why after clicking on submit button no object is returned. Here is my code: export default…