Does anyone have experience with using effect with Astro SSR? I'm curious how you handle the boundary between your effect programs and the Astro frontmatter?
A particular pattern I have is returning a response object on a fail but resorting to the Astro JSX for a succeed, using the value in the template. Wondering if anyone has figured out some elegant patterns to ease the effect to Astro transition.