←back to thread

Next.js is infuriating

(blog.meca.sh)
1033 points Bogdanp | 1 comments | | HN request time: 0.211s | source
Show context
dev_l1x_be ◴[] No.45102589[source]
> In general Next.js has so many layers of abstraction that 99.9999% of projects don't need.

This true to most software projects that are used more than one set of people. Joe Armstrong proposed a solution that we should opensource functions only and people could assemble everything else using these opensource functions. I start to think that he might be right and instead using "frameworks" we should use these set of functions instead.

replies(4): >>45102626 #>>45102823 #>>45102962 #>>45107791 #
1. platevoltage ◴[] No.45107791[source]
How I feel any time I see a simple static website or someone's developer portfolio with a vercel URL. Like, did you really need this?