▲ | pier25 4 days ago | |
Yes this is the fundamental problem. It started with browsers giving you basically nothing. Someone had to invent jQuery 20 years ago for sensible DOM manipulation. Somehow this ethos permeated into Node which also basically gives you nothing. Not even fundamental things like a router or db drivers which is why everyone is using Express, Fastify, etc. Bun and Deno are fixing this. |