logoalt Hacker News

javakingtoday at 6:14 PM2 repliesview on HN

I'm not a javascript person so I was trying to understand this. if i get it right this is basically a way to avoid writing backend APIs and manually calling them with fetch or axios as someone traditionally would do. The closest comparison my basic java backend brain can make is dynamically generating APIs at runtime using reflection, which is something I would never do... I'm lazy but not dumb


Replies

mvdtnztoday at 8:10 PM

There is a certain category of developers (a category that multiplied in size many times over around the same time as the boom in coding bootcamps, take that for what you will) who believe that there's virtue in running the same code on the client and the server, despite them being totally different paradigms with different needs. This kind of thing is the predictable result.

show 2 replies
IceDanetoday at 8:03 PM

Not even remotely similar.

show 2 replies