Great idea, and lots to think about here. Is there a way to put a SPA on the index page, but remove the word 'index' from the URL. It is only a small detail but I find it makes the URL a little messy.
@gillslabs56038 ай бұрын
I think the upcoming bubble native app builder will be a sort of a spa
@Tounes20308 ай бұрын
What about the load time for the spa compared to the multi page? how big would the difference be? thx
@coachingnocodeapps8 ай бұрын
The initial page load of a single page app could be the same as a multi page design, but it all depends on how you've designed your logic. After the initial load, a single page app can change "views" faster compared to multi page because in a single page, you're just showing and hiding elements and not changing the full page.
@cliff_fuhche8 ай бұрын
One way to make the SPA initial load to be faster is to only load data in ”pages” (groups) when those groups are visible using conditionals.