logoalt Hacker News

pyrolisticalyesterday at 4:54 PM3 repliesview on HN

It’s like next.js but for backend.

Personally not for me. These are very productive once you learn the shape they expect.

But the wheel needs to be reinvented on how to do everything.

I ran have straight forward verbose code with no hidden control flow


Replies

jodacolayesterday at 7:45 PM

> once you learn the shape they expect

I’m reminded of this essay discussing frameworks versus libraries [0].

[0] https://tomasp.net/blog/2015/library-frameworks/

NoItsDangeryesterday at 8:19 PM

I’ve been saying for years we need CCR (Client Centric Rendering).

What we do is have the server just serve the page and let the client handle most of the rendering.

It’s novel and innovative

show 2 replies
virgil_disgr4ceyesterday at 6:00 PM

Am I missing something? The entire point of next.js is that it's backend+frontend in one project

show 1 reply