BartSpaans

↗ HN profile [ 27.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. ForesightJS uses different prediction strategies depending on the device type. Foresight automatically detects mouse, pen, or touch input, and updates its strategy if the input method changes. You can use Foresight…

  2. I was looking for a way to make prefetching on my site faster. I had been using the classic onHover technique, but it started to feel limiting. So I switched to prefetching when elements enter the viewport. That worked,…