0.15.0 • Published 3 years ago

nitrous-oxide v0.15.0

Weekly downloads
24
License
MIT
Repository
github
Last release
3 years ago

Nitrous Oxide Nitrous Oxide Bottle

Don't let turbo lag get you down! Add a shot of nitrous to make your sites blazing fast!

A companion library for https://github.com/hotwired/turbo.

yarn add nitrous-oxide
# or
npm i nitrous-oxide
import { start } from "@hotwired/turbo";
import { goFast } from "nitrous-oxide";
start();
goFast();

Why?

Even fetches to well tuned origin servers have a decent amount of latency. Pre-fetching is a simple way to overcome this. You'll want to make sure your HTML responses have a max-age=30 or similar cache control header set for this to work properly.

0.15.0

3 years ago

0.14.0

3 years ago

0.13.0

3 years ago

0.11.0

3 years ago

0.12.0

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago