|
|
|
|
|
by soruly
1428 days ago
|
|
I think Turbolinks is a nice balace bewteen traditional webpage and SPA.
https://github.com/turbolinks/turbolinks It provides a smooth UX by fetching next page's HTML in background, then replace the DOM by compareing the diff in HTML. So you won't see a blank page while navigating between pages. |
|
They turned Turbolinks and extended it into a complete framework. I really want to give it a try.