#Downsides of SPA mode

5 messages · Page 1 of 1 (latest)

jade steeple
#

Are there any downsides to using SPA mode? It does make things noticeably more snappy. I assume there are since it isn’t on my default.

tiny vesselBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

remote yarrow
#

SPA mode in livewire is buggy at best. My personal opinion, for what it’s worth, if you actually need an SPA, then it’s best to actually build one.

jade steeple
remote yarrow
#

There’s just a lot of edge cases where you’re expecting livewire to update, etc that never happens because it doesn’t fully tap into the lifecycle. Basically, all spa mode does is prefetch a request, not filament specific, but livewire specific. And prefetch doesn’t have any context aware application.