Hacker News new | ask | show | jobs
by ipsum2 972 days ago
This is incorrect (outdated). In the NextJS conference, they demoed interleaved client and server code.
3 comments

It's caused confusion, but that is a server side component. Dan Abramov confirms that here:

https://twitter.com/dan_abramov/status/1717648341234778376

The html for the button gets SSR and sent to the client. The button click handler is an RPC that runs the actual sql statement on the server.

I can assure you I’m correct.
Solidstart had this at least a year ago