[Vuejs]-Best way to live database search in Inertia/Vue with Laravel

0👍

for this kind of thing, you can just use regular ajax/fetch request to do it.

Inertia still utilize laravel for routing, so it’s kind of impossible to do that kind of form request without some kind of request or redirection.

Even inertia.js creator also support using xhr/fetch request with inertia.

Leave a comment