helix

lilactown 2023-04-09T16:47:42.249709Z

it's pretty rough. you could probably render some DOM elements to a string, but I wouldn't count on it for much more

lilactown 2023-04-09T16:47:53.809489Z

there is SSR on node.js, which should work fine

lilactown 2023-04-09T16:48:53.987519Z

I haven't looked at the SSR branch for awhile. I'll think about how I can split out what I was doing there - mainly experimenting with streaming server rendering - into smaller chunks that I could start shipping sooner than later

lilactown 2023-04-09T16:49:35.883689Z

the SSR code on that branch is pretty tied to #manifold, which kind of forces one to use #aleph for the server

hifumi123 2023-04-09T01:52:36.173429Z

What is the state of SSR with Helix? I am interested in writing a small Helix app with server-side rendering, and I see there is a branch with an experimental implementation