Pitasi / univrs

SSR in Rust to power my personal website engine.
https://anto.pt
27 stars 2 forks source link

link prerender #6

Open Pitasi opened 1 year ago

Pitasi commented 1 year ago

To make navigation feel really fast I can prerender some links (eg latest three articles?)

or I can also use a js solution like this https://github.com/weebney/tachyon that prerenders page on mouse hover (essentially that's also what Nextjs does)