While messing around with a server-rendered web application, I was thinking of dropping PJAX in to make page changes smoother, but I tested on a couple different browsers and it seems they all fetch the new page in the background and replace it after (like PJAX but with a proper style/JS refresh).
With that in mind: is there still a use case for PJAX/turbolinks?