foobarF
Denoβ€’2y agoβ€’
2 replies
foobar

Get input from an island, make calculus then render ?

I have a route with 2 islands inside
- one to get input from user
- one to render data

Once I've got the user input, I retrieve data, make some calculus and want to render (charts for example)

I want to stay in the spirit of SSR ie calculus are made on the server, how can I get user input in the route handler function and then render ?

Thx
Was this page helpful?