Is it ok to use axios.delete – axios.post and get in same page
Advertisements I am new in React/Node world, so i just wanted to ask, is it ok to use like 2-3 times axios in the same page. For example to use axios.get, axios.post and axios.get one more time? I wanted to creat new project and just checking ideas… >Solution : Yes. You can have any number… Read More Is it ok to use axios.delete – axios.post and get in same page