[Vuejs]-How to structure backend to minimize number of axios calls required

0👍

Minimizing the number of AJAX calls with axios really depends on your own data needs. You can also echo out JSON into the page with view blades for Javascript to pick up.

If you want to limit the number of routes to create then take a look at solutions like Graph QL and this library.

Leave a comment