I'm a beginner and looking for a proper design style. When manipulating dom, I have to unwarp the effect system and expose it.(using runSync everytime? etc.) or I have to solve the interoperability between reactive state in certain framework and the effect system.
So what's the suitable desgin to use Effect appropriately? Are there some tutorials or documents related to this?