Hacker News new | ask | show | jobs
by WA 1219 days ago
On first sight, the design looks nice. On second sight, it’s a slow SPA, showing placeholders for way too long. The usability around navigation has the typical buggy SPA feeling:

Go here https://topcat.sora.city/found Tap an image, use the back button of the browser and you’re all the way back to the client-side no-cache loading of the profile.

Or again, tap an image, try to copy the description. It swipes to the next image or something (on mobile). Very weird usability.

Or tap one of the last images, close it with the close button and Safari will scroll all the way to the top again.

Imho, the SSR experience of most personal blogs is quite important if you want to compete with other platforms, because broken back buttons and obnoxius content loading is what you get from places like Medium or LinkedIn. A SPA is totally the wrong way to go here I think.

In short: it looks nice but feels shitty.

2 comments

> On first sight, the design looks nice. On second sight, it’s a slow SPA, showing placeholders for way too long. The usability around navigation has the typical buggy SPA feeling:

Actually I'm on mobile right now and I was impressed how speedy it was.

> Go here https://topcat.sora.city/found

> Tap an image, use the back button of the browser and you’re all the way back to the client-side no-cache loading of the profile.

> Or again, tap an image, try to copy the description. It swipes to the next image or something (on mobile). Very weird usability.

Works for me just fine (maybe been fixed in the meantime?) on Firefox on android.

> Or tap one of the last images, close it with the close button and Safari will scroll all the way to the top again.

Again no problem here on Firefox for android.

> Imho, the SSR experience of most personal blogs is quite important if you want to compete with other platforms, because broken back buttons and obnoxius content loading is what you get from places like Medium or LinkedIn. A SPA is totally the wrong way to go here I think.

> In short: it looks nice but feels shitty.

I don't agree compared to many other offerings this feels quite snappy IMO.

"works on my machine" doesn't mean the issue doesn't exist
Appreciate the feedback, will fix the navigation issue.

> Or again, tap an image, try to copy the description. It swipes to the next image or something (on mobile). Very weird usability.

Will spend some time on this too—not too easy to keep the swiping natural and maintain all expected behaviors.

> Imho, the SSR experience of most personal blogs is quite important if you want to compete with other platforms, because broken back buttons and obnoxius content loading is what you get from places like Medium or LinkedIn. A SPA is totally the wrong way to go here I think.

Pages are loading from cache most of time (sub 100ms), but SSR does need some time to populate SEO data for bots. But agreed that perceived speed is very important, we have some tweaks coming in this area as well.