logoalt Hacker News

bitpushlast Thursday at 11:56 PM6 repliesview on HN

(replying to self)

I just checked out the demo site, and now I'm question their design choices as well.

https://simple-blog.nuejs.org/

Nue claims to be minimalist and an outright rejection of everything that is bloated. And yet, this simple page has an obnoxious blur. I get that it kinda looks nice on first load, but click around - the blur happens on each navigation.

This screams form over function if anything.


Replies

devalexwellsyesterday at 11:23 AM

I believe the "obnoxious blur" is a common view transition API animation [1]. Astro uses similar as a default [2].

1. https://developer.mozilla.org/en-US/docs/Web/API/View_Transi...

2. https://docs.astro.build/en/guides/view-transitions/#built-i...

show 1 reply
bitpushyesterday at 12:08 AM

(replying to self)

I looked at the code, and I'm finding it very hard to take them seriously.

https://github.com/nuejs/nue/blob/4ed9b628f9f307f19bd6dd4d09...

This almost feels like someone taking on a challenge to create a toy framework themselves.

--

While we're at it, since the author wanted to poo-poo tailwind. Com'on https://github.com/nuejs/nue/blob/4ed9b628f9f307f19bd6dd4d09...

show 2 replies
shiomiruyesterday at 10:47 AM

And it hijacks my back button. It took two clicks to get back to HN. (Fennec/Android)

tipiiraiyesterday at 2:05 AM

This blog is for introducing people to Nue's development model rather than a guide to minimalistic design. See

https://nuejs.org/docs/tutorial.html

layoricyesterday at 6:35 AM

It's a nice change to see extremely clean html when viewing source though I must admit

Gualdrapoyesterday at 1:18 AM

I like the blur, actually. Well, not that much - it's too much blur.

But I definitely don't like that on top of the blur effect there are scaling animations for each element. I shouldn't be saying this as I'm guilty myself of doing silly things for page transitions in my portfolio, but am working on that.