🇩🇰 Denmark
Inertia saves you a ton of work and managing frontend state and would be my personal goto. But as mentioned there are valid use cases for spa too
Inertia saves you a ton of work and managing frontend state and would be my personal goto. But as mentioned there are valid use cases for spa too
It sounds to me like VILT is a great choice for your app 😊
It sounds to me like VILT is a great choice for your app 😊
SPA: Only makes sense if you are building APis upfront for mobile apps anyway or very interactive uis
SPA: Only makes sense if you are building APis upfront for mobile apps anyway or very interactive uis
Inertia: Easiest way to do full js frontend in laravel. Great for application ui’s. Apps like laravel forge, cloud, nightwatch use it.
Inertia: Easiest way to do full js frontend in laravel. Great for application ui’s. Apps like laravel forge, cloud, nightwatch use it.
In my experience:
- Livewire / flux: wonderful for public websites and plays well with SEO. Easy migration path
In my experience:
- Livewire / flux: wonderful for public websites and plays well with SEO. Easy migration path
Although, I do sometimes miss having certain packages available. Most recently this 👀: silkhq.co
Although, I do sometimes miss having certain packages available. Most recently this 👀: silkhq.co
Wrapped in Laravel and re-implementing screens with flux one by one. Such a timesaver!
Wrapped in Laravel and re-implementing screens with flux one by one. Such a timesaver!