Building Components with Effect

I'm doing a 2nd try on this, gonna try to build a simple todo app bc it's easy and I'm lazy.
I'm thinking of using react with this, but while thinking about the project I've always thought of how to even build a component with Effect, since components are not pipes or
Effect.gen
and it shouldn't return an Effect.Effect.
How do I build components with effect and is there a project start or scaffold for it?
Also it can be any framework (except next) or component library, I keep going into the same problem when thinking on those.
Was this page helpful?