Search code examples
javascriptruby-on-railsrubynode.jsturbolinks

Is there anything like Turbolinks for node.js?


I really like using Turbolinks in Rails because it makes the page look faster to users. Is there a node.js alternative/version?


Solution

  • You're looking for something like pjax does the same :)