InstantClick benefits in Meteor?

I just stumbled upon InstantClick

It is really amazing, I ran lighthouse, see:

But this is server-rendered so it is not very relevant.

What is relevant is that when you click on a link, this little script will prefetch the data as soon as you mouse over it.
This makes the routing feel very fluid.

Of course it also does tricky stuff to the DOM so it doesn’t play nicely with Meteor.

Do you think Meteor or a package in npm could achieve this kind of fast render similar effect when doing isomorphic routing?

I am open to suggestions, ideas…

1 Like