Hi all not sure if this is the right channel but I'm working on an Effectful JSX runtime that converts JSX to Effectful streams and supports interop/nesting Effectful data. The goal it to be able to do stuff like responding from a server with <some JSX>.pipe(renderToStream). So far I have a minimal working example here https://github.com/jacob-roling/effect-jsx/blob/main/test/index.test.tsx.
I'm just wanting to chat with anyone to help figure out the best approach to building this lib/whether an alternative solution would be better as I am new to both Open Source and Effect