@caolan but its not even fragments. Its the entire HTML page and then parse it client side and update the DOM. Simplifies things a lot more
@caolan Source: github.com/kingkool68/zadieheiml… and github.com/kingkool68/zadieheiml…
@caolan Example: This is how the infinite scroll works on zadieheimlich.com/ and how galleries work zadieheimlich.com/easter-2016/ga…
@caolan Render server side and use bit of JavaScript to AJAX the rendered HTML of a page, extract the bits you want, and inject into the dom
@caolan re: Modern JavaScript and Progressive Enhancement: I borrow from the Turbolinks/PJAX way of thinking.