0

How does Inertia.js connects my Laravel backend on a domain with my Vue.js project on another domain ?

Or am I trying to do something Inertia.js is not made for ?

1 Answer 1

0

you answered your own question - Inertia is not for splitting the frontend from your backend. It's meant to couple the backend and frontend just like if you were to use blade.

From https://inertiajs.com:

Build single-page apps, without building an API. Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.