Remix.run Logo
slig 5 days ago

Does this basically replaces the need for `instant.page`?

babanooey21 5 days ago | parent [-]

It does, but currently is supported only in Chromium-based browsers. Also with pre-rendering on hover pages are displayed instantly unlike with instant.page where rendering happens on link click which might take a few hundred ms before displaying the page.

Update: Actually instant.page also uses Speculation Rules API where it's supported