Hacker News new | ask | show | jobs
by shoqr 842 days ago
That looks interesting. It resembles Unpoly approach to me.

Quick question about redirect with `nofollow`. Does it do a full page reload or just refresh a page like Turbo (swaps body and merges head)?

1 comments

It does a full page reload at the moment. I'm about to start work on a full SPA mode that will function more like Turbo though.