Hacker News new | past | comments | ask | show | jobs | submit login

> You can capture browser events on the server, such as forms, click events, Web Components events, etc. And you can propagate them through your server components.

How do you process events to server components?

Is this the same model as web forms / blazor (ss) where every interaction is streamed over a web socket to the sever?




It's a POST request. Try this example and inspect the Network:

https://github.com/brisa-build/brisa/tree/main/examples/with...

In build-time, each server action is converted to an API entry point.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: