Intro to Inertia.js with Laravel Breeze Example
Video Statistics and Information
Channel: Laravel Daily
Views: 10,863
Rating: undefined out of 5
Keywords:
Id: jadX8xaR6tY
Channel Id: undefined
Length: 13min 5sec (785 seconds)
Published: Tue Jul 20 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
It sounds like with Inertia, you get to use Vue for your templating, but in reality you are making a multipage app because you no longer need to create a separate API layer for the frontend to consume.
To me, the weakness of this is that now you don't have that separate API, so if a client wants a mobile app later on down the road, then you can't do it because - even though it's using Vue - the frontend is too tightly coupled with the Laravel backend routing system.
If this isn't correct, please let me know because I would love to use Inertia if it can simplify the project without tightly coupling it.
How is this compared with Live wire ?