Get started with turbolinks CDN
MIT licensed
Turbolinks: library for faster web app navigation by rendering page changes only.
Tags:- rails
- navigate
- fast
- turbolinks
- popular
Stable version
Copied!
How to start using turbolinks CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with turbolinks CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/turbolinks/5.2.0/turbolinks.js" defer></script>
</head>
<body>
<!-- Your content goes here -->
</body>
</html>
Copied!