Reputation: 1
Im returning to laravel I wanna left to use ajax for asynchronous rest services. someone can advice me what other libraries can i use for it.
Upvotes: 0
Views: 170
Reputation: 919
Axios is pretty good in my opinion. It is a promise based so works very well asynchronously.
https://www.npmjs.com/package/axios
Upvotes: 1