Inertia is such a great tool. But the repo for the Laravel adapter hasn't been updated in 7 months now, and there is a lot of issues and pull/merge requests open. I'm having second thoughts about using it on future projects because of that
@spamman888 Жыл бұрын
One thing to remember is that inertia doesn't need a lot of maintenance due to the fact that its only the glue between two frameworks frontend and backend. Just a quick glance at the issues it looks like a lot of people are using them as a way to ask questions that could be asked in a help chat like discord. All that to say I wouldn't let the fact that it hasn't been updated make you have second thoughts.
@magalhaesmurilo Жыл бұрын
@@spamman888 I agree to some extent. But i'm actually having some issues for which there are already at least 3 pull/merge requests to fix it, and the maintainers haven't merged it yet. It's been almost a year that i'm facing issues with duplicate urls.
@kaibe5241 Жыл бұрын
Exactly why I'm moving to Livewire, with Svelte on top.
@mityukov Жыл бұрын
It's like UAZ's "Bukhanka" - they got it perfect in the beginning, so the model doesn't need any changes 60 years still 😂
@willswonderland7 ай бұрын
having worked with inertia i say its great for small websites and one pagers. but when the complexity increases you're better off using livewire with alpine or just laravel as an api and build the whole frontend in another js framework.
@blumework45624 ай бұрын
Why is that?
@1234matthewjohnson Жыл бұрын
started with my first interia app just recently, its been really fun to work with an my clients are loving its perceived speed and reactivity. i got that book too from boris - was a nice little read
@mohammedilyas17 Жыл бұрын
Good Session and inertia good package
@i_m_denny_5 ай бұрын
Partial reload is dope
@restless_moon Жыл бұрын
Such a good session will make you happy and worthy of time
@joshuaheathcote2116 Жыл бұрын
InertiaJS is amazing, Thank you to its creator. In the future all components will never have to be created they will already be made. Unfortunately I am now in a position where I am spending far to long on creating reusable components.
@pnoper Жыл бұрын
Persistent layouts it`s cool. But. How use persistant layouts with slots in inertia.js?
@mityukov Жыл бұрын
Personally love inertia forms
@FreddieOmega Жыл бұрын
Livewire Enjoyer Here
@nabeelyousafpasha Жыл бұрын
Respect from Pakistan 🇵🇰
@PunyFlash Жыл бұрын
Inertia is so purely maintained sadly. Adapters are nightmare - saying framework agnostic, but require adapters for both frontend and backend which you need to rewrite to do stuff right. I love idea behind inertia, but this is a lot of work to fix core every time when you start a project