|
|
|
|
|
by welearnednothng
2180 days ago
|
|
Turbolinks merges the contents of <head>, but replaces the contents of <body> outright. No diffing on the body. "During rendering, Turbolinks replaces the current <body> element outright and merges the contents of the <head> element. The JavaScript window and document objects, and the HTML <html> element, persist from one rendering to the next." https://github.com/turbolinks/turbolinks#navigating-with-tur... |
|
https://github.com/turbolinks/turbolinks#persisting-elements...