Hacker News new | ask | show | jobs
by crucialfelix 971 days ago
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.