logoalt Hacker News

tengbretsontoday at 1:14 AM3 repliesview on HN

React server components are dope. Server actions are dangerous but powerful. No one has a more mature implementation of either of these than Next.


Replies

dyllontoday at 2:06 AM

Of course no one has a more mature implementation of it than Next. The Next.js team designed it themselves!

sgarlandtoday at 3:10 AM

It is hilarious to me that the industry has reinvented serving HTML to clients, but with many intermediate steps, and this is heralded as groundbreaking.

show 1 reply
teaearlgraycoldtoday at 2:15 AM

I still just prefer having a more clear separation of concerns with API routes instead of using server components. I want my frameworks to be way less fancy than what Next is pushing out these days. I get the feeling we're dealing with the consequences of Vercel employees needing to justify their promotions.