DEV Community

El Aissati Yassine
El Aissati Yassine

Posted on

How to send multiple requests with Axios?

0

I'm working on a react registration form which contain some fields (idStudent(primary key & auto increment), first name, last name, ....., faculty, prerequisites), I'm using Formik & yup for validation.

Later on, I have to link my app with a recommendation system (recommend a final year project to students) based…

Latest comments (0)