5 ms·
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
by shoqr 3y 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)?
- imacrayon 3y agoIt 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.