|
|
|
|
|
by jameshart
898 days ago
|
|
.... which is an SPA architecture. > During rendering, Turbo Drive replaces the current <body> element outright and merges the contents of the <head> element. The JavaScript window and document objects, and the <html> element, persist from one rendering to the next. So... it makes your app into an SPA. |
|
Architecturally, you'll still designing your application as though the user is performing a complete navigation, there's just Javascript present to optimize away some of the issues with that approach.