Using Effect with DOM Event Listeners and Runtime
So - reading the docs maybe i missed it, but there aren't really any examples with using Effect to interact with the dom with say - event listeners. I think this is probably done through a Runtime, but curious if thats the correct path to go down?
I want to essentially run some effects when I click a button to keep it dead simple
I want to essentially run some effects when I click a button to keep it dead simple
