/instant

Primary LanguageJavaScript

Instant

Prefetch and instantly load your subpages, you know the deal.

Usage

<head>
  ...
  <script src="[link to Instant]"></script>
</head>
<body>
  ...
  <a is="instant-load" href="./subpage.html">Link</a>
  ...
</body>

Notice/Contributing

This is made as a personal project/proof of concept for education purposes. Issues, fixes, pull requests are welcome.