Fork me on GitHub
#helix
<
2023-04-09
>
hifumi12301:04:36

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

lilactown16:04:42

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

lilactown16:04:53

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

lilactown16:04:53

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

lilactown16:04:35

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