←back to thread

Next.js is infuriating

(blog.meca.sh)
1033 points Bogdanp | 2 comments | | HN request time: 0.47s | 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. datadrivenangel ◴[] No.45102823[source]
The Unix philosophy?
replies(1): >>45103987 #
2. DonHopkins ◴[] No.45103987[source]
Every DOM element is a file. And you can use ioctl from JavaScript for anything that doesn't fit neatly into a one dimensional stream of bytes.