Hacker News new | ask | show | jobs
by strommen 3570 days ago
Have you checked out pjax? I believe it does the same thing.

The biggest problem I've had trying to use stuff like this is that the page load events don't fire. And many pages run lots of JavaScript in these events.

2 comments

It looks like the author specifically mentions pjax as a similar project.

  pageAccelerator is a very light version of turbolinks and pjax (our minify file has 2.2KB!).
It seems as though it's meant to be a lighter weight version.
pjax is mentioned in the README, they say the advantage to this is that it has a smaller file size.