inertia-laravel
inertia-laravel copied to clipboard
How to inject inertia components into existing blade pages
The pages of my current project are all blade files, we now want to refactor some of them using inertia. But I have not figured out how to replace a specific part on the existing page.
Has inertia already supported this functionality? Or anyone know how to implement it? Really appreciate it.